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