1 write to ownerKeysToScan
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceStore.cs (1)
309this.ownerKeysToScan = new Guid[this.owners.Count];
3 references to ownerKeysToScan
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceStore.cs (3)
307if (this.ownerKeysToScan.Length == this.ownerKeysIndexToScan) 310this.owners.Keys.CopyTo(this.ownerKeysToScan, 0); 315Guid current = this.ownerKeysToScan[this.ownerKeysIndexToScan++];