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