1 write to _secondPath
Microsoft.Build.Framework (1)
Globbing\MSBuildPathMatcher.cs (1)
750
_secondPath
= secondPath;
2 references to _secondPath
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
756
internal readonly ReadOnlySpan<char> SecondPath =>
_secondPath
;
762
ReadOnlySpan<char> path = _readingSecondPath ?
_secondPath
: _firstPath;