4 references to ShouldDeserialize
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
315if (!jsonParameterInfo.ShouldDeserialize) 460if (!jsonParameterInfo.ShouldDeserialize)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
19Debug.Assert(jsonParameterInfo.ShouldDeserialize);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
63Debug.Assert(jsonParameterInfo.ShouldDeserialize);