18 references to XmlUtil
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (1)
95act = XmlUtil.Trim(act);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (7)
306writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang); 339writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 379writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns); 385writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang); 679XmlUtil.ReadContentAsQName(reader, out localName, out ns); 698string xmlLang = XmlUtil.GetXmlLangAttribute(reader); 709XmlUtil.ReadContentAsQName(reader, out name, out ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (3)
188return XmlUtil.IsTrue(value12) || XmlUtil.IsTrue(value15); 193return XmlUtil.IsTrue(valueLegacy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (2)
18internal static readonly string XsiNs = XmlUtil.XmlSerializerSchemaInstanceNamespace; 65XmlUtil.ParseQName(reader, val, out local, out ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
257writer.WriteAttributeString("xmlns", "xsi", null, XmlUtil.XmlSerializerSchemaInstanceNamespace); 258writer.WriteAttributeString("xmlns", "xsd", null, XmlUtil.XmlSerializerSchemaNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1937isOptional = XmlUtil.IsTrue(optionalAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
87httpsBinding.RequireClientCertificate = XmlUtil.IsTrue(v);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
275return XmlUtil.Trim(reader.ReadElementContentAsString());