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