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