1 write to currentContext
System.ServiceModel (1)
System\ServiceModel\OperationContextScope.cs (1)
67this.currentContext = context;
5 references to currentContext
System.ServiceModel (5)
System\ServiceModel\OperationContextScope.cs (5)
71OperationContext.EnableAsyncFlow(this.currentContext); 75OperationContext.Current = this.currentContext; 86if (OperationContext.Current != this.currentContext) 92if (this.currentContext != null) 93this.currentContext.SetClientReply(null, false);