18 references to DecodedName
System.ServiceModel.Primitives (18)
System\ServiceModel\Description\ContractDescription.cs (1)
43
get { return _name.
DecodedName
; }
System\ServiceModel\Description\MessagePartDescription.cs (1)
65
get { return XmlName.
DecodedName
; }
System\ServiceModel\Description\OperationDescription.cs (1)
142
get { return XmlName.
DecodedName
; }
System\ServiceModel\Description\TypeLoader.cs (2)
1123
FaultDescription fault = new FaultDescription(NamingHelper.GetMessageAction(contractName, operationName.
DecodedName
+ faultName.
DecodedName
, attr.Action, false/*isResponse*/));
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (13)
696
elementName = new XmlQualifiedName(faultElementName.
DecodedName
, faultNamespace);
701
string mappingKey = "fault:" + faultElementName.
DecodedName
+ ":" + faultNamespace;
773
string mappingName = elementName.
DecodedName
;
1062
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxMultiplePartsNotAllowedInEncoded, elementName.
DecodedName
, ns)));
1066
member.MemberName = (memberName ?? elementName).
DecodedName
;
1114
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidSoapAttribute, invalidAttributeType, elementName.
DecodedName
)));
1120
member.SoapAttributes.SoapElement = new SoapElementAttribute(elementName.
DecodedName
);
1163
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(isWrapped ? SRP.SFxInvalidXmlAttributeInWrapped : SRP.SFxInvalidXmlAttributeInBare, invalidAttributeType, elementName.
DecodedName
)));
1168
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxXmlArrayNotAllowedForMultiple, elementName.
DecodedName
, ns)));
1181
member.XmlAttributes.XmlArray.ElementName = elementName.
DecodedName
;
1192
member.XmlAttributes.XmlArray.ElementName = elementName.
DecodedName
;
1203
elementAttribute.ElementName = elementName.
DecodedName
;
1214
elementAttribute.ElementName = elementName.
DecodedName
;