82 references to Text
SMDiagnostics (6)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (6)
543
this.state = XPathNodeType.
Text
;
570
if (this.state != XPathNodeType.
Text
)
578
this.state = XPathNodeType.
Text
;
642
case XPathNodeType.
Text
:
801
case XPathNodeType.
Text
:
842
case XPathNodeType.
Text
:
System.Data (5)
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
43
xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.Text)] = (int)XPathNodeType.
Text
;
44
xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.CDATA)] = (int)XPathNodeType.
Text
;
74
return XPathNodeType.
Text
;
159
return XPathNodeType.
Text
;
644
xntChildInt == (int)XPathNodeType.
Text
||
System.Data.SqlXml (32)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3073
if ((kinds & XmlNodeKindFlags.Text) != 0) kindsUnion |= (1 << (int) (int) XPathNodeType.
Text
) |
4239
case XmlNodeKindFlags.Text: return XPathNodeType.
Text
;
4253
case QilNodeType.TextCtor: return XPathNodeType.
Text
;
4254
case QilNodeType.RawTextCtor: return XPathNodeType.
Text
;
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
139
TypeFilters[(int) XPathNodeType.
Text
] = new XmlNavTypeFilter(XPathNodeType.
Text
);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
895
StartTree(XPathNodeType.
Text
);
1048
case XPathNodeType.
Text
:
1427
case XPathNodeType.
Text
:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
725
case XPathNodeType.
Text
: return code == XmlTypeCode.Text;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
268
case XPathNodeType.
Text
:
System\Xml\Xsl\Runtime\XsltLibrary.cs (4)
403
Debug.Assert(XPathNodeType.SignificantWhitespace == XPathNodeType.
Text
+ 1);
404
Debug.Assert(XPathNodeType.Whitespace == XPathNodeType.
Text
+ 2);
410
if (XPathNodeType.
Text
<= nt1 && nt1 <= XPathNodeType.Whitespace) {
411
return XPathNodeType.
Text
<= nt2 && nt2 <= XPathNodeType.Whitespace;
System\Xml\Xsl\XPath\XPathParser.cs (1)
226
case "text" : nodeType = XPathNodeType.
Text
; break;
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
648
case XPathNodeType.
Text
:
786
if (!input.Recurse() || input.NodeType != XPathNodeType.
Text
) {
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
109
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
413
return XPathNodeType.
Text
;
System\Xml\Xsl\XsltOld\Processor.cs (7)
555
case XPathNodeType.
Text
:
704
int stateOutlook = this.xsm.BeginOutlook(XPathNodeType.
Text
);
708
this.xsm.Begin(XPathNodeType.
Text
);
713
this.xsm.Begin(XPathNodeType.
Text
);
771
case XPathNodeType.
Text
:
798
case XPathNodeType.
Text
:
825
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
147
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
164
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
73
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
47
case XPathNodeType.
Text
:
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
27
Debug.Assert(input.NodeType == XPathNodeType.
Text
|| input.NodeType == XPathNodeType.SignificantWhitespace);
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
109
case XPathNodeType.
Text
:
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
1989
if (n != NullIndex && (this.nodes[n].type == XPathNodeType.
Text
||
2017
if (n != NullIndex && (this.nodes[n].type == XPathNodeType.
Text
||
2039
if (n == NullIndex || (this.nodes[n].type != XPathNodeType.
Text
&&
2052
this.nodes[n].type = XPathNodeType.
Text
;
System.Transactions (5)
System\Transactions\Trace\TraceXPathNavigator.cs (5)
261
this.state = XPathNodeType.
Text
;
285
if (this.state != XPathNodeType.
Text
)
293
this.state = XPathNodeType.
Text
;
348
case XPathNodeType.
Text
:
445
case XPathNodeType.
Text
:
System.Xml (27)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
27
Text = XPathNodeType.
Text
,
100
idx = NewNode(out page, XPathNodeType.
Text
, string.Empty, string.Empty, string.Empty, string.Empty);
402
AddSibling(XPathNodeType.
Text
, string.Empty, string.Empty, string.Empty, string.Empty);
807
Debug.Assert((int) XPathNodeType.
Text
< (int) XPathNodeType.SignificantWhitespace);
System\Xml\Cache\XPathDocumentNavigator.cs (6)
95
Debug.Assert(this.pageCurrent[this.idxCurrent].NodeType == XPathNodeType.
Text
);
518
if (type != XPathNodeType.
Text
&& type != XPathNodeType.All)
584
if (type == XPathNodeType.
Text
|| type == XPathNodeType.All) {
598
if (type == XPathNodeType.
Text
) {
860
if (this.idxParent != 0 && NodeType == XPathNodeType.
Text
)
873
if (this.idxParent != 0 && NodeType == XPathNodeType.
Text
)
System\Xml\Cache\XPathNodeHelper.cs (1)
550
Debug.Assert(typ != XPathNodeType.
Text
, "Text should be handled by GetTextFollowing in order to take into account collapsed text.");
System\Xml\Core\XmlWriter.cs (1)
473
case XPathNodeType.
Text
:
System\Xml\Core\XmlWriterAsync.cs (1)
425
case XPathNodeType.
Text
:
System\Xml\Dom\XmlCDataSection.cs (1)
79
return XPathNodeType.
Text
;
System\Xml\Dom\XmlCharacterData.cs (1)
186
xnt = XPathNodeType.
Text
;
System\Xml\Dom\XmlText.cs (1)
118
return XPathNodeType.
Text
;
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
82
TypeTest == XPathNodeType.
Text
&& (e.NodeType == XPathNodeType.Whitespace || e.NodeType == XPathNodeType.SignificantWhitespace)
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
68
type == XPathNodeType.
Text
&& (
System\Xml\XPath\Internal\XPathParser.cs (1)
359
this.scanner.Name == "text" ? XPathNodeType.
Text
:
System\Xml\XPath\XPathNavigator.cs (8)
1667
internal const int TextMask = (1 << (int) XPathNodeType.
Text
) | (1 << (int) XPathNodeType.SignificantWhitespace) | (1 << (int) XPathNodeType.Whitespace);
1688
else if (type == XPathNodeType.
Text
)
1696
return (uint)(type - XPathNodeType.
Text
) <= (XPathNodeType.Whitespace - XPathNodeType.
Text
);
1715
case XPathNodeType.
Text
:
1731
case XPathNodeType.
Text
:
1738
case XPathNodeType.
Text
:
1900
case XPathNodeType.
Text
:
System.Xml.Linq (2)
System\Xml\Linq\XNodeNavigator.cs (2)
194
return XPathNodeType.
Text
;
197
return XPathNodeType.
Text
;