2 references to _collectedGlobs
Microsoft.Build (2)
Globbing\Visitor\ParsedGlobCollector.cs (2)
11
public ImmutableList<MSBuildGlob> CollectedGlobs =>
_collectedGlobs
.ToImmutable();
15
_collectedGlobs
.Add(msbuildGlob);