11 references to None
System.Text.Json (11)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
221if (state.Current.PropertyState == StackFramePropertyState.None)
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (1)
149if (state.Current.PropertyState == StackFramePropertyState.None)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
390if (state.Current.PropertyState == StackFramePropertyState.None)
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (3)
53if (state.Current.PropertyState == StackFramePropertyState.None) 278state.Current.PropertyState = StackFramePropertyState.None; 293state.Current.PropertyState = StackFramePropertyState.None;
System\Text\Json\Serialization\ReadStackFrame.cs (3)
91PropertyState = StackFramePropertyState.None; 99PropertyState = StackFramePropertyState.None; 109PropertyState = StackFramePropertyState.None;
System\Text\Json\Serialization\WriteStackFrame.cs (2)
93PropertyState = StackFramePropertyState.None; 101PropertyState = StackFramePropertyState.None;