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