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