9 references to All
System.Configuration (3)
System\Configuration\MgmtConfigurationRecord.cs (2)
2325
reader.WhitespaceHandling = WhitespaceHandling.
All
;
3176
reader.WhitespaceHandling = WhitespaceHandling.
All
;
System\Configuration\XmlUtil.cs (1)
976
_reader.WhitespaceHandling = WhitespaceHandling.
All
;
System.Data.SqlXml (1)
System\Xml\Xsl\QueryReaderSettings.cs (1)
73
whitespaceHandling = WhitespaceHandling.
All
;
System.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (2)
640
WhitespaceHandling wh = WhitespaceHandling.
All
;
647
if (wh == WhitespaceHandling.
All
) {
System\Xml\Core\XmlTextReaderImpl.cs (3)
381
whitespaceHandling = WhitespaceHandling.
All
;
446
whitespaceHandling = ( settings.IgnoreWhitespace ) ? WhitespaceHandling.Significant : WhitespaceHandling.
All
;
7081
if ( whitespaceHandling == WhitespaceHandling.
All
) {