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