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