2 writes to LocalId
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\RemoteProjectsProviderMock\LinkedObjectsMap.cs (2)
244map.AddUnderLock(this, (id) => this.LocalId = id); 250return map.GetOrAdd(this, (id) => this.LocalId = id);
6 references to LocalId
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (3)
284this.exported.GetActive(remoter.LocalId, out T result); 296perRemoteCollection.ActiveImports.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true); 303perRemoteCollection.ActiveImports.GetOrCreate(remoter.LocalId, remoter, this, out proxy, slow: true);
ObjectModelRemoting\RemoteProjectsProviderMock\LinkedObjectsMap.cs (3)
255if (LocalId != 0) 257Remove(CollectionId, LocalId); 277this.LocalLinkId = ro.LocalId;