10 references to All
Microsoft.Build.Tasks.Core (1)
ResourceHandling\MSBuildResXReader.cs (1)
29
xmlReader.WhitespaceHandling = WhitespaceHandling.
All
;
System.Configuration.ConfigurationManager (3)
System\Configuration\MgmtConfigurationRecord.cs (2)
2205
reader.WhitespaceHandling = WhitespaceHandling.
All
;
3077
reader.WhitespaceHandling = WhitespaceHandling.
All
;
System\Configuration\XmlUtil.cs (1)
940
Reader.WhitespaceHandling = WhitespaceHandling.
All
;
System.Private.Xml (6)
System\Xml\Core\XmlReaderSettings.cs (2)
541
WhitespaceHandling wh = WhitespaceHandling.
All
;
547
if (wh == WhitespaceHandling.
All
)
System\Xml\Core\XmlTextReaderImpl.cs (3)
342
_whitespaceHandling = WhitespaceHandling.
All
;
406
_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.
All
;
7865
if (_whitespaceHandling == WhitespaceHandling.
All
)
System\Xml\Xsl\QueryReaderSettings.cs (1)
81
_whitespaceHandling = WhitespaceHandling.
All
;