2 writes to ActiveImports
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (2)
455
this.
ActiveImports
= ImportedLinksMap.Create();
464
this.
ActiveImports
= ImportedLinksMap.Create();
7 references to ActiveImports
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (7)
230
lock (r.Value.
ActiveImports
.GetLockForDebug)
232
ValidateNoDuplicates(r.Value.
ActiveImports
);
296
perRemoteCollection.
ActiveImports
.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true);
300
lock (perRemoteCollection.
ActiveImports
.GetLockForDebug)
302
ValidateNoDuplicates(perRemoteCollection.
ActiveImports
);
303
perRemoteCollection.
ActiveImports
.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true);
304
ValidateNoDuplicates(perRemoteCollection.
ActiveImports
);