1 type derived from XmlSignificantWhitespace
System.Configuration (1)
System\Configuration\ConfigXmlSignificantWhitespace.cs (1)
14
internal sealed class ConfigXmlSignificantWhitespace :
XmlSignificantWhitespace
, IConfigErrorInfo {
2 instantiations of XmlSignificantWhitespace
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
615
return new
XmlSignificantWhitespace
( text, this );
System\Xml\Dom\XmlLoader.cs (1)
453
node = new
XmlSignificantWhitespace
( reader.Value, this.doc );
2 references to XmlSignificantWhitespace
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
104
public override
XmlSignificantWhitespace
CreateSignificantWhitespace(String data) {
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
614
public virtual
XmlSignificantWhitespace
CreateSignificantWhitespace( string text ) {