2 writes to _readingSecondPath
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
811_readingSecondPath = !secondPath.IsEmpty; 832_readingSecondPath = false;
3 references to _readingSecondPath
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (3)
812_position = _readingSecondPath ? secondPath.Length : firstPath.Length; 821ReadOnlySpan<char> path = _readingSecondPath ? _secondPath : _firstPath; 830if (_readingSecondPath)