5 references to CompositeGlob
Microsoft.Build (5)
Globbing\CompositeGlob.cs (5)
29
:
this
(globs.ToImmutableArray())
37
:
this
(ImmutableArray.Create(globs))
46
:
this
(ImmutableArray.Create(glob1, glob2))
94
_ => new
CompositeGlob
(immutableGlobs)
134
return new
CompositeGlob
(builder.ToImmutable());