50 references to Whitespace
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
53xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.Whitespace)] = (int)XPathNodeType.Whitespace; 64XPathNodeType xnt = XPathNodeType.Whitespace; 646xntChildInt == (int)XPathNodeType.Whitespace ||
System.Data.SqlXml (26)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3075(1 << (int) (int) XPathNodeType.Whitespace);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1050case XPathNodeType.Whitespace:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
727case XPathNodeType.Whitespace: return code == XmlTypeCode.Text;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
273case XPathNodeType.Whitespace:
System\Xml\Xsl\Runtime\XsltLibrary.cs (3)
404Debug.Assert(XPathNodeType.Whitespace == XPathNodeType.Text + 2); 410if (XPathNodeType.Text <= nt1 && nt1 <= XPathNodeType.Whitespace) { 411return XPathNodeType.Text <= nt2 && nt2 <= XPathNodeType.Whitespace;
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
238if (type == XPathNodeType.Whitespace) { 247while (flag && (type == XPathNodeType.Whitespace )); 257if (type == XPathNodeType.Whitespace) { 266while(flag && (type == XPathNodeType.Whitespace ));
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
108case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
72case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
63case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
66case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
68nodeType != XPathNodeType.Whitespace &&
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
510case XPathNodeType.Whitespace: 652case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
412if(type == XPathNodeType.SignificantWhitespace || type == XPathNodeType.Whitespace) {
System\Xml\Xsl\XsltOld\Processor.cs (4)
559case XPathNodeType.Whitespace : 776case XPathNodeType.Whitespace: 799case XPathNodeType.Whitespace: 831case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
159case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
71case XPathNodeType.Whitespace:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
48case XPathNodeType.Whitespace:
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
110case XPathNodeType.Whitespace:
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
1990this.nodes[n].type == XPathNodeType.Whitespace || 2018this.nodes[n].type == XPathNodeType.Whitespace || 2026this.nodes[n].type = XPathNodeType.Whitespace; 2040this.nodes[n].type != XPathNodeType.Whitespace &&
System.Xml (16)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
29Whitespace = XPathNodeType.Whitespace, 808Debug.Assert((int) XPathNodeType.SignificantWhitespace < (int) XPathNodeType.Whitespace);
System\Xml\Core\XmlWriter.cs (1)
477case XPathNodeType.Whitespace:
System\Xml\Core\XmlWriterAsync.cs (1)
429case XPathNodeType.Whitespace:
System\Xml\Dom\XmlWhitespace.cs (1)
94XPathNodeType xnt = XPathNodeType.Whitespace;
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
82TypeTest == XPathNodeType.Text && (e.NodeType == XPathNodeType.Whitespace || e.NodeType == XPathNodeType.SignificantWhitespace)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
74if (nav.NodeType != XPathNodeType.Whitespace || xsltContext.PreserveWhitespace(nav)) {
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
69nav.NodeType == XPathNodeType.Whitespace ||
System\Xml\XPath\XPathNavigator.cs (8)
1667internal const int TextMask = (1 << (int) XPathNodeType.Text) | (1 << (int) XPathNodeType.SignificantWhitespace) | (1 << (int) XPathNodeType.Whitespace); 1675(1 << (int) XPathNodeType.Whitespace), // Whitespace 1696return (uint)(type - XPathNodeType.Text) <= (XPathNodeType.Whitespace - XPathNodeType.Text); 1706case XPathNodeType.Whitespace: 1717case XPathNodeType.Whitespace: 1733case XPathNodeType.Whitespace: 1740case XPathNodeType.Whitespace: 1901case XPathNodeType.Whitespace :