6 overrides of InnerXml
System.Private.Xml (6)
System\Xml\Dom\XmlAttribute.cs (1)
335public override string InnerXml
System\Xml\Dom\XmlDocument.cs (1)
1375public override string InnerXml
System\Xml\Dom\XmlDocumentFragment.cs (1)
91public override string InnerXml
System\Xml\Dom\XmlElement.cs (1)
575public override string InnerXml
System\Xml\Dom\XmlEntity.cs (1)
133public override string InnerXml
System\Xml\Dom\XmlNotation.cs (1)
79public override string InnerXml
5 writes to InnerXml
Microsoft.Build.Engine (1)
Engine\Utilities.cs (1)
316node.InnerXml = s;
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
793licenseDom.DocumentElement.ParentNode.InnerXml = "<msrel:RelData xmlns:msrel=\"" +
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
857dummy.InnerXml = _encoding.GetString(decryptedData);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
188parent.InnerXml = EncryptedXml.Encoding.GetString(decrypted);
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
91encryptedGrantList[i]!.ParentNode!.InnerXml = clearContent;
9 references to InnerXml
Microsoft.Build.Engine (1)
Engine\Utilities.cs (1)
431string innerXml = node.InnerXml;
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1258Debug.Assert(false, "Specified key does not exist for node " + nextNode.InnerXml);
System.Configuration.ConfigurationManager (2)
System\Configuration\LocalFileSettingsProvider.cs (2)
119string valueString = ss.Value.InnerXml; 388string valueString = ss.Value.InnerXml;
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
1379return base.InnerXml;
System\Xml\Dom\XmlDocumentFragment.cs (1)
95return base.InnerXml;
System\Xml\Dom\XmlElement.cs (1)
579return base.InnerXml;
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (2)
53if (originalNode.InnerXml == newNode.InnerXml)