15 references to Whitespace
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (2)
28
Whitespace = XPathNodeType.
Whitespace
,
890
Debug.Assert((int)XPathNodeType.SignificantWhitespace < (int)XPathNodeType.
Whitespace
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
523
case XPathNodeType.
Whitespace
:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
111
XPathNodeType xnt = XPathNodeType.
Whitespace
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
87
TypeTest == XPathNodeType.Text && (e.NodeType == XPathNodeType.
Whitespace
|| e.NodeType == XPathNodeType.SignificantWhitespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
85
if (nav.NodeType != XPathNodeType.
Whitespace
|| _xsltContext.PreserveWhitespace(nav))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (1)
77
nav.NodeType == XPathNodeType.
Whitespace
||
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (8)
1992
internal const int TextMask = (1 << (int)XPathNodeType.Text) | (1 << (int)XPathNodeType.SignificantWhitespace) | (1 << (int)XPathNodeType.
Whitespace
);
2000
(1 << (int) XPathNodeType.
Whitespace
), // Whitespace
2024
return (uint)(type - XPathNodeType.Text) <= (XPathNodeType.
Whitespace
- XPathNodeType.Text);
2037
case XPathNodeType.
Whitespace
:
2049
case XPathNodeType.
Whitespace
:
2067
case XPathNodeType.
Whitespace
:
2075
case XPathNodeType.
Whitespace
:
2262
case XPathNodeType.
Whitespace
: