5 writes to _state
PresentationFramework (5)
src\Framework\MS\Internal\Data\PathParser.cs (5)
101_state = State.Init; 120_state = State.DrillIn; 123_state = State.Prop; 146_state = State.Prop; 387_state = (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
103while (_state != State.Done) 112switch (_state)