2 references to AsyncLocal
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (1)
21
static AsyncLocal<OperationContext> currentAsyncLocalContext = new
AsyncLocal
<OperationContext>();
System\ServiceModel\OperationContextScope.cs (1)
16
static AsyncLocal<OperationContextScope> currentScope = new
AsyncLocal
<OperationContextScope>();