27 references to Text
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (4)
26Text = XPathNodeType.Text, 102idx = NewNode(out page, XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty); 440AddSibling(XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty); 889Debug.Assert((int)XPathNodeType.Text < (int)XPathNodeType.SignificantWhitespace);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (7)
90case XPathNodeType.Text: 100Debug.Assert(_pageCurrent[_idxCurrent].NodeType == XPathNodeType.Text); 575if (type != XPathNodeType.Text && type != XPathNodeType.All) 645if (type == XPathNodeType.Text || type == XPathNodeType.All) 662if (type == XPathNodeType.Text) 958if (_idxParent != 0 && NodeType == XPathNodeType.Text) 973if (_idxParent != 0 && NodeType == XPathNodeType.Text)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (1)
614Debug.Assert(typ != XPathNodeType.Text, "Text should be handled by GetTextFollowing in order to take into account collapsed text.");
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
519case XPathNodeType.Text:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (1)
94return XPathNodeType.Text;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCharacterData.cs (1)
214xnt = XPathNodeType.Text;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs (1)
139return XPathNodeType.Text;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
87TypeTest == XPathNodeType.Text && (e.NodeType == XPathNodeType.Whitespace || e.NodeType == XPathNodeType.SignificantWhitespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (1)
76type == XPathNodeType.Text && (
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
419_scanner.Name == "text" ? XPathNodeType.Text :
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (8)
1992internal const int TextMask = (1 << (int)XPathNodeType.Text) | (1 << (int)XPathNodeType.SignificantWhitespace) | (1 << (int)XPathNodeType.Whitespace); 2015else if (type == XPathNodeType.Text) 2024return (uint)(type - XPathNodeType.Text) <= (XPathNodeType.Whitespace - XPathNodeType.Text); 2047case XPathNodeType.Text: 2065case XPathNodeType.Text: 2073case XPathNodeType.Text: 2261case XPathNodeType.Text: