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)
1804ConcurrencyBehavior.UnlockInstanceBeforeCallout(_operationContext); 1823ConcurrencyBehavior.LockInstanceAfterCallout(_operationContext); 1880ConcurrencyBehavior.LockInstanceAfterCallout(_operationContext); 1903ConcurrencyBehavior.LockInstanceAfterCallout(result._operationContext);