3 references to XmlSignificantWhitespace
System.Configuration (1)
System\Configuration\ConfigXmlSignificantWhitespace.cs (1)
16: base(strData, doc) {
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
615return new XmlSignificantWhitespace( text, this );
System\Xml\Dom\XmlLoader.cs (1)
453node = new XmlSignificantWhitespace( reader.Value, this.doc );