5 references to FixedArgumentThreshold
Microsoft.Extensions.DependencyInjection.Abstractions (5)
ActivatorUtilities.cs (5)
456bool useFixedValues = constructorParameters.Length <= FixedArgumentThreshold; 923Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 924Debug.Assert(FixedArgumentThreshold == 4); 980Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 981Debug.Assert(FixedArgumentThreshold == 4);