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