Implemented interface member:
3 references to GetEnumerator
Microsoft.Build (2)
BackEnd\Components\Caching\ResultsCache.cs (1)
408return GetEnumerator();
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
124return CurrentCache.GetEnumerator();
Microsoft.Build.Engine.UnitTests (1)
BackEnd\ResultsCache_Tests.cs (1)
83var results = cache.GetEnumerator().ToArray();