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