1 write to IsPopulating
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
952
state.Current.
IsPopulating
= value != null;
3 references to IsPopulating
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
28
if (!jsonTypeInfo.UsesParameterizedConstructor || state.Current.
IsPopulating
)
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
274
isPopulatedValue = state.Current.
IsPopulating
;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
949
Debug.Assert(!state.Current.
IsPopulating
, "We've called TryGetPrePopulatedValue more than once");