3 writes to _position
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (3)
765_position++; 773_position++; 787_position = 0;
7 references to _position
Microsoft.Build.Framework (7)
Globbing\MSBuildPathMatcher.cs (7)
763while (_position < path.Length && IsDirectorySeparator(path[_position])) 768if (_position < path.Length) 770int start = _position; 771while (_position < path.Length && !IsDirectorySeparator(path[_position])) 776_current = path[start.._position];