2 writes to hasCanceled
System.Activities (2)
System\Activities\AsyncOperationContext.cs (2)
80
this.
hasCanceled
= true;
223
this.context.
hasCanceled
= true;
2 references to hasCanceled
System.Activities (2)
System\Activities\AsyncOperationContext.cs (2)
31
return !this.
hasCanceled
&& !this.hasCompleted;
60
if (this.
hasCanceled
)