1 write to _operationName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
42
_operationName
= description.Name;
9 references to _operationName
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (9)
43
requestStreamFormatter = StreamFormatter.Create(_requestDescription,
_operationName
, true/*isRequest*/);
45
replyStreamFormatter = StreamFormatter.Create(_replyDescription,
_operationName
, false/*isResponse*/);
89
get { return
_operationName
; }
144
string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore,
_operationName
, xe.Message), xe));
149
string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore,
_operationName
, fe.Message), fe));
154
string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore,
_operationName
, se.Message), se));
207
string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore,
_operationName
, xe.Message),
214
string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore,
_operationName
, fe.Message),
220
string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore,
_operationName
, se.Message),