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