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