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