5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
100_state = State.Init; 119_state = State.DrillIn; 122_state = State.Prop; 145_state = State.Prop; 364_state = (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
102while (_state != State.Done) 111switch (_state)