46 references to SignificantWhitespace
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
54xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.SignificantWhitespace)] = (int)XPathNodeType.SignificantWhitespace; 70xnt = XPathNodeType.SignificantWhitespace; 647xntChildInt == (int)XPathNodeType.SignificantWhitespace ||
System.Data.SqlXml (22)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3074(1 << (int) (int) XPathNodeType.SignificantWhitespace) |
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1049case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
726case XPathNodeType.SignificantWhitespace: return code == XmlTypeCode.Text;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
272case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
403Debug.Assert(XPathNodeType.SignificantWhitespace == XPathNodeType.Text + 1);
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
109case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
73case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
64case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
67case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
511case XPathNodeType.SignificantWhitespace: 649case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
111case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
412if(type == XPathNodeType.SignificantWhitespace || type == XPathNodeType.Whitespace) {
System\Xml\Xsl\XsltOld\Processor.cs (4)
556case XPathNodeType.SignificantWhitespace : 777case XPathNodeType.SignificantWhitespace: 800case XPathNodeType.SignificantWhitespace: 832case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
160case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
166case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
72case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
49case XPathNodeType.SignificantWhitespace:
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
27Debug.Assert(input.NodeType == XPathNodeType.Text || input.NodeType == XPathNodeType.SignificantWhitespace);
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
111case XPathNodeType.SignificantWhitespace:
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
1991this.nodes[n].type == XPathNodeType.SignificantWhitespace)) 1998this.nodes[n].type = XPathNodeType.SignificantWhitespace; 2019this.nodes[n].type == XPathNodeType.SignificantWhitespace)) 2041this.nodes[n].type != XPathNodeType.SignificantWhitespace))
System.Xml (16)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
28SignificantWhitespace = XPathNodeType.SignificantWhitespace, 807Debug.Assert((int) XPathNodeType.Text < (int) XPathNodeType.SignificantWhitespace); 808Debug.Assert((int) XPathNodeType.SignificantWhitespace < (int) XPathNodeType.Whitespace);
System\Xml\Core\XmlWriter.cs (1)
476case XPathNodeType.SignificantWhitespace:
System\Xml\Core\XmlWriterAsync.cs (1)
428case XPathNodeType.SignificantWhitespace:
System\Xml\Dom\XmlCharacterData.cs (1)
182xnt = XPathNodeType.SignificantWhitespace;
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
94XPathNodeType 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)
70nav.NodeType == XPathNodeType.SignificantWhitespace
System\Xml\XPath\XPathNavigator.cs (7)
1667internal const int TextMask = (1 << (int) XPathNodeType.Text) | (1 << (int) XPathNodeType.SignificantWhitespace) | (1 << (int) XPathNodeType.Whitespace); 1674(1 << (int) XPathNodeType.SignificantWhitespace), // SignificantWhitespace 1705case XPathNodeType.SignificantWhitespace: 1716case XPathNodeType.SignificantWhitespace: 1732case XPathNodeType.SignificantWhitespace: 1739case XPathNodeType.SignificantWhitespace: 1902case XPathNodeType.SignificantWhitespace: