1 write to SyncContext
System.Activities (1)
System\Activities\AsyncInvokeOperation.cs (1)
19
this.
SyncContext
= syncContext;
4 references to SyncContext
System.Activities (4)
System\Activities\AsyncInvokeOperation.cs (4)
37
this.
SyncContext
.OperationStarted();
47
this.
SyncContext
.OperationCompleted();
58
this.
SyncContext
.Post(callback, arg);
59
this.
SyncContext
.OperationCompleted();