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