41 references to SignificantWhitespace
System.Data.Common (3)
System\Xml\XPathNodePointer.cs (3)
42/*XmlNodeType.SignificantWhitespace*/ (int)XPathNodeType.SignificantWhitespace, 61xnt = XPathNodeType.SignificantWhitespace; 703xntChildInt == (int)XPathNodeType.SignificantWhitespace ||
System.Private.Xml (38)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
27SignificantWhitespace = XPathNodeType.SignificantWhitespace, 903Debug.Assert((int)XPathNodeType.Text < (int)XPathNodeType.SignificantWhitespace); 904Debug.Assert((int)XPathNodeType.SignificantWhitespace < (int)XPathNodeType.Whitespace);
System\Xml\Core\XmlWriter.cs (1)
471case XPathNodeType.SignificantWhitespace:
System\Xml\Core\XmlWriterAsync.cs (1)
471case XPathNodeType.SignificantWhitespace:
System\Xml\Dom\XmlCharacterData.cs (1)
209xnt = XPathNodeType.SignificantWhitespace;
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
108XPathNodeType xnt = XPathNodeType.SignificantWhitespace;
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
82TypeTest == XPathNodeType.Text && (e.NodeType == XPathNodeType.Whitespace || e.NodeType == XPathNodeType.SignificantWhitespace)
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
74nav.NodeType == XPathNodeType.SignificantWhitespace
System\Xml\XPath\XPathNavigator.cs (7)
1896internal const int TextMask = (1 << (int)XPathNodeType.Text) | (1 << (int)XPathNodeType.SignificantWhitespace) | (1 << (int)XPathNodeType.Whitespace); 1903(1 << (int) XPathNodeType.SignificantWhitespace), // SignificantWhitespace 1940case XPathNodeType.SignificantWhitespace: 1952case XPathNodeType.SignificantWhitespace: 1970case XPathNodeType.SignificantWhitespace: 1978case XPathNodeType.SignificantWhitespace: 2163case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3308(1 << (int)(int)XPathNodeType.SignificantWhitespace) |
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1159case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
770case XPathNodeType.SignificantWhitespace: return code == XmlTypeCode.Text;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
297case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
526Debug.Assert(XPathNodeType.SignificantWhitespace == XPathNodeType.Text + 1);
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
118case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
82case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
71case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
76case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
613case XPathNodeType.SignificantWhitespace: 783case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
121case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
474if (type == XPathNodeType.SignificantWhitespace || type == XPathNodeType.Whitespace)
System\Xml\Xsl\XsltOld\Processor.cs (4)
612case XPathNodeType.SignificantWhitespace: 861case XPathNodeType.SignificantWhitespace: 886case XPathNodeType.SignificantWhitespace: 920case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
171case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
184case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
76case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
53case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
26Debug.Assert(input.NodeType == XPathNodeType.Text || input.NodeType == XPathNodeType.SignificantWhitespace);