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