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