3 references to 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))