3 references to ReadElements
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (2)
196
if (state.Current.ObjectState < StackFrameObjectState.
ReadElements
)
241
state.Current.ObjectState = StackFrameObjectState.
ReadElements
;
System\Text\Json\Serialization\ReadStack.cs (1)
296
frame.ObjectState == StackFrameObjectState.
ReadElements
)