1 write to CollectionId
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
158
this.
CollectionId
= (UInt32)Interlocked.Increment(ref _collecitonId);
6 references to CollectionId
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (6)
114
public UInt32 HostCollectionId => this.OwningCollection.
CollectionId
;
202
if (other.
CollectionId
== this.
CollectionId
)
209
if (imported.ContainsKey(other.
CollectionId
))
218
newMap.Add(other.
CollectionId
, new ExternalConnection(other));
282
if (remoter.HostCollectionId == this.
CollectionId
)