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)
43requestStreamFormatter = StreamFormatter.Create(_requestDescription, _operationName, true/*isRequest*/); 45replyStreamFormatter = StreamFormatter.Create(_replyDescription, _operationName, false/*isResponse*/); 89get { return _operationName; } 144string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore, _operationName, xe.Message), xe)); 149string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore, _operationName, fe.Message), fe)); 154string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore, _operationName, se.Message), se)); 207string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore, _operationName, xe.Message), 214string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore, _operationName, fe.Message), 220string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore, _operationName, se.Message),