3 instantiations of MSBuildGlobWithGaps
Microsoft.Build (3)
Definition\Project.cs (3)
2669(not null, null) => new MSBuildGlobWithGaps(includeGlob, excludeGlob), 2670(null, not null) => new MSBuildGlobWithGaps(includeGlob, removeGlob), 2671(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)