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