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;
821
ReadOnlySpan<char> path =
_readingSecondPath
? _secondPath : _firstPath;
830
if (
_readingSecondPath
)