1 write to IsPreferred
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
740IsPreferred = constructor.IsDefined(typeof(ActivatorUtilitiesConstructorAttribute), inherit: false);
4 references to IsPreferred
Microsoft.Extensions.DependencyInjection.Abstractions (4)
ActivatorUtilities.cs (4)
101if (constructor.IsPreferred) 105if (constructors[j].IsPreferred) 135Debug.Assert(!constructor.IsPreferred); 655if (constructor.IsPreferred)