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