1 write to _firstPath
Microsoft.Build.Framework (1)
Globbing\MSBuildPathMatcher.cs (1)
749_firstPath = firstPath;
2 references to _firstPath
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
755internal readonly ReadOnlySpan<char> FirstPath => _firstPath; 762ReadOnlySpan<char> path = _readingSecondPath ? _secondPath : _firstPath;