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