3 writes to Context
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
626
contextHolder.
Context
= this.OperationContext;
661
contextHolder.
Context
= originalContext;
System\ServiceModel\OperationContext.cs (1)
109
CurrentHolder.
Context
= value;
4 references to Context
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
611
originalContext = contextHolder.
Context
;
System\ServiceModel\OperationContext.cs (3)
98
return ShouldUseAsyncLocalContext ? OperationContext.currentAsyncLocalContext.Value : CurrentHolder.
Context
;
132
return !ServiceModelAppSettings.DisableOperationContextAsyncFlow && CurrentHolder.
Context
== null && OperationContext.currentAsyncLocalContext.Value != null && OperationContext.currentAsyncLocalContext.Value.isAsyncFlowEnabled;
362
EnableAsyncFlow(CurrentHolder.
Context
);