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)
822int end = _position;