6 references to XmlText
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlText.cs (1)
15
:
base
(strData, doc)
System.Private.Xml (4)
System\Xml\Dom\XmlDocument.cs (1)
745
return new
XmlText
(text, this);
System\Xml\Dom\XmlLoader.cs (2)
329
node = direct ? new
XmlText
(r.Value, _doc!) : _doc!.CreateTextNode(r.Value);
530
node = new
XmlText
(_reader!.Value, _doc!);
System\Xml\Dom\XmlText.cs (1)
13
internal XmlText(string? strData) :
this
(strData, null!) // always throws ArgumentNullException
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlText.cs (1)
15
:
base
(strData, doc)