5 references to UnboxedParameterCountThreshold
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Object\ObjectConverterFactory.cs (3)
82if (parameterCount <= JsonConstants.UnboxedParameterCountThreshold) 85Type[] typeArguments = new Type[JsonConstants.UnboxedParameterCountThreshold + 1]; 88for (int i = 0; i < JsonConstants.UnboxedParameterCountThreshold; i++)
System\Text\Json\Serialization\Metadata\ReflectionEmitMemberAccessor.cs (1)
244Debug.Assert(index <= JsonConstants.UnboxedParameterCountThreshold);
System\Text\Json\Serialization\Metadata\ReflectionMemberAccessor.cs (1)
83Debug.Assert(parameterCount <= JsonConstants.UnboxedParameterCountThreshold);