1 write to _n
PresentationFramework (1)
MS\Internal\Data\PathParser.cs (1)
86_n = _path.Length;
6 references to _n
PresentationFramework (6)
MS\Internal\Data\PathParser.cs (6)
88if (_n == 0) 104char c = (_index < _n) ? _path[_index] : NullChar; 173while (_index < _n && _path[_index] == '.') 176while (_index < _n && (level > 0 || !IsSpecialChar(_path[_index]))) 232if (_index >= _n) 364_state = (_index < _n) ? State.DrillIn : State.Done;