7 references to activeLinks
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\RemoteProjectsProviderMock\LinkedObjectsMap.cs (7)
24
foreach (var h in
activeLinks
.Values)
48
if (collection.
activeLinks
.TryGetValue(id, out var holder))
50
collection.
activeLinks
.Remove(id);
95
while (nextLocalId == 0 ||
activeLinks
.ContainsKey(nextLocalId));
100
activeLinks
.Add(holder.LocalLinkId, holder);
154
if (!this.
activeLinks
.TryGetValue(localId, out var holder))
216
activeLinks
.Clear();