2 writes to _whitespaceHandling
System.Private.Xml (2)
System\Xml\Xsl\QueryReaderSettings.cs (2)
72
_whitespaceHandling
= impl.WhitespaceHandling;
81
_whitespaceHandling
= WhitespaceHandling.All;
1 reference to _whitespaceHandling
System.Private.Xml (1)
System\Xml\Xsl\QueryReaderSettings.cs (1)
101
readerImpl.WhitespaceHandling =
_whitespaceHandling
;