1 write to _syncContext
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncOperation.cs (1)
20_syncContext = syncContext;
6 references to _syncContext
System.ComponentModel.EventBasedAsync (6)
System\ComponentModel\AsyncOperation.cs (6)
22_syncContext.OperationStarted(); 30if (!_alreadyCompleted && _syncContext != null) 32_syncContext.OperationCompleted(); 42return _syncContext; 76_syncContext.Post(d, arg); 83_syncContext.OperationCompleted();