Searched refs:ObjectStart (Results 1 – 1 of 1) sorted by relevance
225 if ((state & (State.ObjectStart | State.ObjectAfterComma)) != 0) in NextImpl()237 state = State.ObjectStart; in NextImpl()241 …ValidateState(State.ObjectAfterProperty | State.ObjectStart, "Invalid state to read a close brace:… in NextImpl()621 ObjectStart = 1 << 3, enumerator