1 write to terminatingOperationName
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1072
this.
terminatingOperationName
= rpc.Operation.Name;
2 references to terminatingOperationName
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
605
if (this.
terminatingOperationName
!= null)
607
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxTerminatingOperationAlreadyCalled1, this.
terminatingOperationName
)));