1 instantiation of ExternalConnection
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
216newMap.Add(other.CollectionId, new ExternalConnection(other));
6 references to ExternalConnection
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (6)
151private Dictionary<UInt32, ExternalConnection> imported = new Dictionary<UInt32, ExternalConnection>(); 215Dictionary<UInt32, ExternalConnection> newMap = new Dictionary<uint, ExternalConnection>(imported); 286if (!imported.TryGetValue(remoter.HostCollectionId, out var perRemoteCollection)) 346foreach (var external in this.imported.Values)