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