5 writes to waitResult
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstanceHandle.cs (5)
193
this.
waitResult
= null;
566
this.
waitResult
= null;
727
this.
waitResult
= result;
748
this.
waitResult
= null;
761
this.
waitResult
= null;
8 references to waitResult
System.Runtime.DurableInstancing (8)
System\Runtime\DurableInstancing\InstanceHandle.cs (8)
190
if (this.
waitResult
!= null)
192
resultToCancel = this.
waitResult
;
563
if (normals != null && this.
waitResult
!= null)
565
resultToComplete = this.
waitResult
;
707
if (this.
waitResult
!= null)
744
if (!object.ReferenceEquals(this.
waitResult
, result))
758
if (this.
waitResult
!= null)
760
resultToComplete = this.
waitResult
;