1 write to _readingSecondPath
Microsoft.Build.Framework (1)
Globbing\MSBuildPathMatcher.cs (1)
786
_readingSecondPath
= true;
2 references to _readingSecondPath
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
762
ReadOnlySpan<char> path =
_readingSecondPath
? _secondPath : _firstPath;
780
if (
_readingSecondPath
)