1 instantiation of ConfigXmlWhitespace
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
108
return new
ConfigXmlWhitespace
( _filename, LineNumber, data, this );
2 references to ConfigXmlWhitespace
System.Configuration (2)
System\Configuration\ConfigXmlWhitespace.cs (2)
31
ConfigXmlWhitespace
clone = cloneNode as
ConfigXmlWhitespace
;