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