2 writes to MessageName
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\MessageDescription.cs (1)
48
MessageName
= other.MessageName;
System\ServiceModel\Description\TypeLoader.cs (1)
1317
messageDescription.
MessageName
= new XmlName(NamingHelper.TypeName(typedMessageType));
10 references to MessageName
System.ServiceModel.Primitives (10)
System\ServiceModel\Description\MessageDescription.cs (1)
48
MessageName = other.
MessageName
;
System\ServiceModel\Description\TypeLoader.cs (1)
1320
messageDescription.Body.WrapperName = GetWrapperName(messageContractAttribute.WrapperName, messageDescription.
MessageName
).EncodedName;
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
399
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxRpcMessageBodyPartNameInvalid, Operation.Name, Operation.Messages[0].
MessageName
, _request.BodyMapping.XsdElementName, Operation.Name)));
408
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxRpcMessageBodyPartNameInvalid, Operation.Name, Operation.Messages[1].
MessageName
, _reply.BodyMapping.XsdElementName, responseName.EncodedName)));
578
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxRpcMessageMustHaveASingleBody, Operation.Name, message.
MessageName
)));
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
217
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidStreamInTypedMessage, messageDescription.
MessageName
)));
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
140
SRP.Format(SRP.SFxErrorSerializingHeader, messageDescription.
MessageName
, e.Message), e));
272
SRP.Format(SRP.SFxErrorDeserializingHeader, messageDescription.
MessageName
), e));
338
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxBodyCannotBeNull, messageDescription.
MessageName
)));
364
SRP.Format(SRP.SFxErrorSerializingBody, messageDescription.
MessageName
, e.Message), e));