3 writes to _position
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (3)
812
_position
= _readingSecondPath ? secondPath.Length : firstPath.Length;
833
_position
= _firstPath.Length;
848
_position
= start < 0 ? 0 : start;
1 reference to _position
Microsoft.Build.Framework (1)
Globbing\MSBuildPathMatcher.cs (1)
822
int end =
_position
;