Skip to content

Commit c416966

Browse files
authored
For perf, use the new ConstructorInvoker APIs for ActivatorUtilities.CreateFactory (#89573)
1 parent 44b0543 commit c416966

File tree

4 files changed

+354
-41
lines changed

4 files changed

+354
-41
lines changed

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

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

44
using System;
5-
using System.Diagnostics.CodeAnalysis;
65
using System.Reflection;
7-
using System.Runtime.Serialization;
86

97
namespace Microsoft.Extensions.Internal
108
{

0 commit comments

Comments
 (0)