14 references to XmlUtil
System.ServiceModel.Primitives (14)
System\ServiceModel\Channels\Addressing.cs (1)
100act = XmlUtil.Trim(act);
System\ServiceModel\Channels\MessageFault.cs (7)
339writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang); 391writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 448writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 457writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang); 775XmlUtil.ReadContentAsQName(reader, out localName, out ns); 794string xmlLang = XmlUtil.GetXmlLangAttribute(reader); 805XmlUtil.ReadContentAsQName(reader, out name, out ns);
System\ServiceModel\Channels\WsrmFault.cs (1)
810XmlUtil.ReadContentAsQName(headerReader, out subCode, out ns);
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (2)
16internal static readonly string XsiNs = XmlUtil.XmlSerializerSchemaInstanceNamespace; 63XmlUtil.ParseQName(reader, val, out local, out ns);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
300writer.WriteAttributeString("xmlns", "xsi", null, XmlUtil.XmlSerializerSchemaInstanceNamespace); 301writer.WriteAttributeString("xmlns", "xsd", null, XmlUtil.XmlSerializerSchemaNamespace);
System\ServiceModel\Security\XmlHelper.cs (1)
276return XmlUtil.Trim(reader.ReadElementContentAsString());