1 write to syncContext
System (1)
compmod\system\componentmodel\AsyncOperation.cs (1)
26
this.
syncContext
= syncContext;
6 references to syncContext
System (6)
compmod\system\componentmodel\AsyncOperation.cs (6)
28
this.
syncContext
.OperationStarted();
36
if (!alreadyCompleted &&
syncContext
!= null)
38
syncContext
.OperationCompleted();
52
return
syncContext
;
60
syncContext
.Post(d, arg);
79
syncContext
.OperationCompleted();