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