System\ServiceModel\Description\MessageContractImporter.cs (12)
603faultDescription.ElementName = new XmlName(detailElementQname.Name, true /*isEncoded*/);
697description.Body.WrapperName = new XmlName(part.Element.Name, true /*isEncoded*/).EncodedName;
702return CheckAndAddPart(element.ElementSchemaType.QualifiedName, DataContractSerializerMessageContractImporter.StreamBodyTypeName, element.RefName.Name, GetLocalElementNamespace(element.RefName.Namespace, element, elementFormDefault), typeof(Stream), description, isReply);
737messageDescription.Body.WrapperName = new XmlName(elementName.Name, true /*isEncoded*/).EncodedName;
815throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxSchemaDoesNotContainElement, elementName.Name, elementName.Namespace)));
844throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxSchemaDoesNotContainType, typeName.Name, typeName.Namespace)));
864prefixesUsed.Add(pair.Name, null);
866if (!prefixesUsed.ContainsKey(pair.Name))
867xsdNamespaces.Add(pair.Name, pair.Namespace);
1132if (header != null && header.Message.Name == messageName)
1162if (header != null && header.Message.Name == messageName)
2036XmlName memberName = new XmlName(elementName.Name, true /*isEncoded*/);