3 references to XmlWhitespace
System.Configuration (1)
System\Configuration\ConfigXmlWhitespace.cs (1)
16
:
base
( comment, doc ) {
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
729
return new
XmlWhitespace
( text, this );
System\Xml\Dom\XmlLoader.cs (1)
458
node = new
XmlWhitespace
( reader.Value, this.doc );