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