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