5 references to FixedArgumentThreshold
Microsoft.Extensions.DependencyInjection.Abstractions (5)
ActivatorUtilities.cs (5)
465bool useFixedValues = constructorParameters.Length <= FixedArgumentThreshold; 932Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 933Debug.Assert(FixedArgumentThreshold == 4); 991Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 992Debug.Assert(FixedArgumentThreshold == 4);