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