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