2 writes to WhitespaceHandling
System.Private.Xml (2)
System\Xml\Core\XmlTextReader.cs (1)
385
set { _impl.
WhitespaceHandling
= value; }
System\Xml\Xsl\QueryReaderSettings.cs (1)
101
readerImpl.
WhitespaceHandling
= _whitespaceHandling;
3 references to WhitespaceHandling
System.Private.Xml (3)
System\Xml\Core\XmlTextReader.cs (1)
384
get { return _impl.
WhitespaceHandling
; }
System\Xml\Xsl\QueryReaderSettings.cs (1)
72
_whitespaceHandling = impl.
WhitespaceHandling
;
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
39
if (txtReaderImpl != null && txtReaderImpl.
WhitespaceHandling
== WhitespaceHandling.None)