3 references to collections
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\RemoteProjectsProviderMock\LinkedObjectsMap.cs (3)
46
if (
collections
.TryGetValue(collectionId, out var collection))
136
} while (nextCollectionId == 0 ||
collections
.ContainsKey(nextCollectionId));
138
collections
[nextCollectionId] = result;