1 write to IsPreferred
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
744
IsPreferred
= constructor.IsDefined(typeof(ActivatorUtilitiesConstructorAttribute), inherit: false);
4 references to IsPreferred
Microsoft.Extensions.DependencyInjection.Abstractions (4)
ActivatorUtilities.cs (4)
99
if (constructor.
IsPreferred
)
103
if (constructors[j].
IsPreferred
)
133
Debug.Assert(!constructor.
IsPreferred
);
659
if (constructor.
IsPreferred
)