3 writes to _whitespaceHandling
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
355
_whitespaceHandling
= WhitespaceHandling.All;
421
_whitespaceHandling
= (settings.IgnoreWhitespace) ? WhitespaceHandling.Significant : WhitespaceHandling.All;
2119
_whitespaceHandling
= value;
4 references to _whitespaceHandling
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
853
settings.IgnoreWhitespace = (
_whitespaceHandling
== WhitespaceHandling.Significant);
2105
return
_whitespaceHandling
;
8004
if (
_whitespaceHandling
!= WhitespaceHandling.None)
8010
if (
_whitespaceHandling
== WhitespaceHandling.All)