2 overrides of OperationStarted
System.Web (2)
AspNetSynchronizationContext.cs (1)
108public override void OperationStarted() {
LegacyAspNetSynchronizationContext.cs (1)
147public override void OperationStarted() {
6 references to OperationStarted
mscorlib (1)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
57sc.OperationStarted();
System (1)
compmod\system\componentmodel\AsyncOperation.cs (1)
28this.syncContext.OperationStarted();
System.Activities (2)
System\Activities\AsyncInvokeOperation.cs (1)
37this.SyncContext.OperationStarted();
System\Activities\Runtime\Scheduler.cs (1)
296this.synchronizationContext.OperationStarted();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
79syncContext.OperationStarted();
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
90synchronizationContext.OperationStarted();