3 instantiations of MSBuildGlobWithGaps
Microsoft.Build (3)
Evaluation\GlobResultBuilder.cs (3)
166(not null, null) => new MSBuildGlobWithGaps(includeGlob, excludeGlob), 167(null, not null) => new MSBuildGlobWithGaps(includeGlob, removeGlob), 168(not null, not null) => new MSBuildGlobWithGaps(includeGlob, new CompositeGlob(excludeGlob, removeGlob))
2 references to MSBuildGlobWithGaps
Microsoft.Build (2)
Globbing\Visitor\GlobVisitor.cs (2)
25if (glob is MSBuildGlobWithGaps globWithGaps) 33protected virtual void VisitGlobWithGaps(MSBuildGlobWithGaps globWithGaps)