5 references to None
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (1)
122
if (state.Current.ObjectState == StackFrameObjectState.
None
)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
155
if (state.Current.ObjectState == StackFrameObjectState.
None
)
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (1)
58
if (state.Current.ObjectState == StackFrameObjectState.
None
)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
121
if (state.Current.ObjectState == StackFrameObjectState.
None
)
System\Text\Json\Serialization\ReadStack.cs (1)
294
if (frame.ObjectState == StackFrameObjectState.
None
||