1 write to Name
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
20
Name
= parameterInfoValues.Name;
2 references to Name
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
27
ThrowHelper.ThrowJsonException_ConstructorParameterDisallowNull(jsonParameterInfo.
Name
, state.Current.JsonTypeInfo.Type);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
80
ThrowHelper.ThrowJsonException_ConstructorParameterDisallowNull(info.
Name
, state.Current.JsonTypeInfo.Type);