5 references to All
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
688WhitespaceHandling wh = WhitespaceHandling.All; 694if (wh == WhitespaceHandling.All)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
355_whitespaceHandling = WhitespaceHandling.All; 421_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.All; 8010if (_whitespaceHandling == WhitespaceHandling.All)