2 writes to MainGlob
Microsoft.Build (2)
Globbing\MSBuildGlobWithGaps.cs (2)
47MainGlob = mainGlob; 61MainGlob = mainGlob;
3 references to MainGlob
Microsoft.Build (3)
Globbing\MSBuildGlobWithGaps.cs (2)
33/// Glob which will be subtracted from the <see cref="MainGlob" />. 76return MainGlob.IsMatch(stringToMatch) && !Gaps.IsMatch(stringToMatch);
Globbing\Visitor\GlobVisitor.cs (1)
31Visit(globWithGaps.MainGlob);