1 write to _operationContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1666
_operationContext
= OperationContext.Current;
4 references to _operationContext
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
1804
ConcurrencyBehavior.UnlockInstanceBeforeCallout(
_operationContext
);
1823
ConcurrencyBehavior.LockInstanceAfterCallout(
_operationContext
);
1880
ConcurrencyBehavior.LockInstanceAfterCallout(
_operationContext
);
1903
ConcurrencyBehavior.LockInstanceAfterCallout(result.
_operationContext
);