1 write to operationName
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (1)
33
this.
operationName
= operation.Name;
3 references to operationName
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (3)
85
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR2.GetString(SR2.ParameterIsNotStreamType, data.GetType(), this.
operationName
, this.contractName, this.contractNs)));
107
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR2.GetString(SR2.MessageFormatPropertyNotFound, this.
operationName
, this.contractName, this.contractNs)));
112
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR2.GetString(SR2.InvalidHttpMessageFormat, this.
operationName
, this.contractName, this.contractNs, formatProperty.Format, WebContentFormat.Raw)));