2 writes to ownerKeysIndexToScan
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceStore.cs (2)
311this.ownerKeysIndexToScan = 0; 315Guid current = this.ownerKeysToScan[this.ownerKeysIndexToScan++];
1 reference to ownerKeysIndexToScan
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceStore.cs (1)
307if (this.ownerKeysToScan.Length == this.ownerKeysIndexToScan)