5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
98_state = State.Init; 117_state = State.DrillIn; 120_state = State.Prop; 143_state = State.Prop; 384_state = (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
100while (_state != State.Done) 109switch (_state)