2 overrides of OuterXml
System.Xml (2)
System\Xml\Dom\XmlEntity.cs (1)
119public override String OuterXml {
System\Xml\Dom\XmlNotation.cs (1)
68public override String OuterXml {
48 references to OuterXml
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (2)
2030reader = new ConfigXmlReader(doc.DocumentElement.OuterXml, filename, lineNumber); 4312return new ConfigXmlReader(processedXml.OuterXml, filename, lineNumber, true);
System\Configuration\DPAPIProtectedConfigurationProvider.cs (1)
52string text = node.OuterXml;
System\Configuration\ProtectedConfigurationSection.cs (2)
75return resultNode.OuterXml; 95return encNode.OuterXml;
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
35ProtectedConfigurationProvider.LoadXml(xmlDocument, encryptedNode.OuterXml); 58ProtectedConfigurationProvider.LoadXml(xmlDocument, "<foo>" + node.OuterXml + "</foo>");
System.IdentityModel (4)
System\IdentityModel\Configuration\ConfigurationElementInterceptor.cs (1)
19using ( XmlReader newReader = XmlDictionaryReader.CreateTextReader( Encoding.UTF8.GetBytes( elementXml.DocumentElement.OuterXml ), XmlDictionaryReaderQuotas.Max ) )
System\IdentityModel\Configuration\TypeResolveHelper.cs (1)
23throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TypeLoadException(SR.GetString(SR.ID8030, customTypeElement.ElementAsXml.OuterXml)));
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (2)
49if (originalNode.OuterXml == newNode.OuterXml)
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (1)
360builder.Append(element.OuterXml);
infocard\client\System\IdentityModel\Selectors\InternalPolicyElement.cs (2)
65string target = m_element.Target.OuterXml; 73issuer = m_element.Issuer.OuterXml;
System.ServiceModel (19)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (7)
109throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 115throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 504throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 510throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 540throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 564throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 604throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml)));
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
124return top.OuterXml;
System\ServiceModel\Configuration\XmlElementElementCollection.cs (1)
27return ((XmlElementElement)element).XmlElement.OuterXml;
System\ServiceModel\Security\WSSecurityPolicy.cs (5)
1059throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 1071throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 1083throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 1192throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 1256throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml)));
System\ServiceModel\Security\WSSecurityPolicy12.cs (5)
460throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 472throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 484throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 496throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml))); 611throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.UnsupportedSecurityPolicyAssertion, assertion.OuterXml)));
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Configuration\EndpointDiscoveryElement.cs (1)
153behavior.Extensions.Add(XElement.Parse(xmlElement.XmlElement.OuterXml));
System\ServiceModel\Discovery\Configuration\FindCriteriaElement.cs (1)
186findCriteria.Extensions.Add(XElement.Parse(xmlElement.XmlElement.OuterXml));
System.Web (2)
Compilation\XsdBuildProvider.cs (1)
45String content = doc.OuterXml;
Configuration\RemoteWebConfigurationHostServer.cs (1)
244return node.OuterXml;
System.Windows.Forms (9)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (4)
521byte[] licenseXml = Encoding.UTF8.GetBytes(licenseNode.OuterXml); 902using (TextReader stringReader = new StringReader(manifestDom.OuterXml)) { 1017licenseDom.OuterXml + "</msrel:RelData>"; 1028byte[] licenseXml = Encoding.UTF8.GetBytes(licenseDom.OuterXml);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (5)
266byte[] licenseXml = Encoding.UTF8.GetBytes(licenseNode.OuterXml); 340licenseDom.LoadXml(licenseNode.OuterXml); 1616using (TextReader stringReader = new StringReader(manifestDom.OuterXml)) 1761licenseDom.OuterXml + "</msrel:RelData>"; 1856byte[] licenseXml = Encoding.UTF8.GetBytes(licenseDom.OuterXml);
System.Xml (2)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
436WriteAttribute("xml", "", ai.OuterXml); 452WriteAttribute("xml", "", ai.OuterXml);