5 references to FixedArgumentThreshold
Microsoft.Extensions.DependencyInjection.Abstractions (5)
ActivatorUtilities.cs (5)
461bool useFixedValues = constructorParameters.Length <= FixedArgumentThreshold; 928Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 929Debug.Assert(FixedArgumentThreshold == 4); 985Debug.Assert(parameters.Length >= 1 && parameters.Length <= FixedArgumentThreshold); 986Debug.Assert(FixedArgumentThreshold == 4);