1 write to operationName
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
46operationName = description.Name;
9 references to operationName
System.ServiceModel (9)
System\ServiceModel\Dispatcher\OperationFormatter.cs (9)
47requestStreamFormatter = StreamFormatter.Create(requestDescription, operationName, true/*isRequest*/); 49replyStreamFormatter = StreamFormatter.Create(replyDescription, operationName, false/*isResponse*/); 87get { return this.operationName; } 142SR.GetString(SR.SFxErrorDeserializingReplyBodyMore, this.operationName, xe.Message), xe)); 147SR.GetString(SR.SFxErrorDeserializingReplyBodyMore, this.operationName, fe.Message), fe)); 152SR.GetString(SR.SFxErrorDeserializingReplyBodyMore, this.operationName, se.Message), se)); 209SR.GetString(SR.SFxErrorDeserializingRequestBodyMore, this.operationName, xe.Message), 216SR.GetString(SR.SFxErrorDeserializingRequestBodyMore, this.operationName, fe.Message), 222SR.GetString(SR.SFxErrorDeserializingRequestBodyMore, this.operationName, se.Message),