15 references to ReadValue
System.Text.Json (15)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (2)
204if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 212state.Current.PropertyState = StackFramePropertyState.ReadValue;
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
277if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 286state.Current.PropertyState = StackFramePropertyState.ReadValue;
System\Text\Json\Serialization\Converters\Collection\RootLevelListConverter.cs (2)
36if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 53state.Current.PropertyState = StackFramePropertyState.ReadValue;
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
200if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 222state.Current.PropertyState = StackFramePropertyState.ReadValue;
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (4)
464if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 482state.Current.PropertyState = StackFramePropertyState.ReadValue; 500if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 518state.Current.PropertyState = StackFramePropertyState.ReadValue;
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (3)
197if (state.Current.PropertyState < StackFramePropertyState.ReadValue) 206state.Current.PropertyState = StackFramePropertyState.ReadValue; 209Debug.Assert(state.Current.PropertyState == StackFramePropertyState.ReadValue);