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