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)
763
while (
_position
< path.Length && IsDirectorySeparator(path[
_position
]))
768
if (
_position
< path.Length)
770
int start =
_position
;
771
while (
_position
< path.Length && !IsDirectorySeparator(path[
_position
]))
776
_current = path[start..
_position
];