5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
99_state = State.Init; 118_state = State.DrillIn; 121_state = State.Prop; 144_state = State.Prop; 385_state = (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
101while (_state != State.Done) 110switch (_state)