Skip to content

Commit ba196ce

Browse files
authored
Revert "For perf, use the new ConstructorInvoker APIs for ActivatorUtilities.CreateFactory (#89573)" (#89992)
This reverts commit c416966.
1 parent 04e8c7f commit ba196ce

File tree

4 files changed

+41
-354
lines changed

4 files changed

+41
-354
lines changed

src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System;
5+
using System.Diagnostics.CodeAnalysis;
56
using System.Reflection;
7+
using System.Runtime.Serialization;
68

79
namespace Microsoft.Extensions.Internal
810
{

0 commit comments

Comments
 (0)