2 writes to alreadyCompleted
System (2)
compmod\system\componentmodel\AsyncOperation.cs (2)
27this.alreadyCompleted = false; 83alreadyCompleted = true;
2 references to alreadyCompleted
System (2)
compmod\system\componentmodel\AsyncOperation.cs (2)
36if (!alreadyCompleted && syncContext != null) 90if (alreadyCompleted)