2 writes to ActiveImports
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (2)
453
this.
ActiveImports
= ImportedLinksMap.Create();
462
this.
ActiveImports
= ImportedLinksMap.Create();
7 references to ActiveImports
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (7)
228
lock (r.Value.
ActiveImports
.GetLockForDebug)
230
ValidateNoDuplicates(r.Value.
ActiveImports
);
294
perRemoteCollection.
ActiveImports
.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true);
298
lock (perRemoteCollection.
ActiveImports
.GetLockForDebug)
300
ValidateNoDuplicates(perRemoteCollection.
ActiveImports
);
301
perRemoteCollection.
ActiveImports
.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true);
302
ValidateNoDuplicates(perRemoteCollection.
ActiveImports
);