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