3 writes to _alreadyCompleted
System.ComponentModel.EventBasedAsync (3)
System\ComponentModel\AsyncOperation.cs (3)
21
_alreadyCompleted
= false;
60
_alreadyCompleted
= true;
74
_alreadyCompleted
= true;
2 references to _alreadyCompleted
System.ComponentModel.EventBasedAsync (2)
System\ComponentModel\AsyncOperation.cs (2)
30
if (!
_alreadyCompleted
&& _syncContext != null)
93
if (
_alreadyCompleted
)