1 write to operationContext
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1905this.operationContext = OperationContext.Current;
4 references to operationContext
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannel.cs (4)
2043ConcurrencyBehavior.UnlockInstanceBeforeCallout(this.operationContext); 2062ConcurrencyBehavior.LockInstanceAfterCallout(this.operationContext); 2119ConcurrencyBehavior.LockInstanceAfterCallout(this.operationContext); 2142ConcurrencyBehavior.LockInstanceAfterCallout(result.operationContext);