3 references to ToEnumerable
Microsoft.Build (1)
Utilities\Utilities.cs (1)
626
return enumerator.
ToEnumerable
().ToArray();
Microsoft.Build.Engine.UnitTests (2)
BackEnd\CacheAggregator_Tests.cs (2)
36
aggregation.ConfigCache.GetEnumerator().
ToEnumerable
().ShouldBeEmpty();
39
aggregation.ResultsCache.GetEnumerator().
ToEnumerable
().ShouldBeEmpty();