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