1 write to CollectionId
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
156
this.
CollectionId
= (UInt32)Interlocked.Increment(ref _collecitonId);
6 references to CollectionId
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (6)
112
public UInt32 HostCollectionId => this.OwningCollection.
CollectionId
;
200
if (other.
CollectionId
== this.
CollectionId
)
207
if (imported.ContainsKey(other.
CollectionId
))
216
newMap.Add(other.
CollectionId
, new ExternalConnection(other));
280
if (remoter.HostCollectionId == this.
CollectionId
)