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)
853settings.IgnoreWhitespace = (_whitespaceHandling == WhitespaceHandling.Significant); 2105return _whitespaceHandling; 8004if (_whitespaceHandling != WhitespaceHandling.None) 8010if (_whitespaceHandling == WhitespaceHandling.All)