5 references to CompositeGlob
Microsoft.Build (5)
Globbing\CompositeGlob.cs (5)
32
:
this
(globs.ToImmutableArray())
40
:
this
(ImmutableArray.Create(globs))
49
:
this
(ImmutableArray.Create(glob1, glob2))
97
_ => new
CompositeGlob
(immutableGlobs)
137
return new
CompositeGlob
(builder.ToImmutable());