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