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