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