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