15 references to SignificantWhitespace
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (3)
27
SignificantWhitespace = XPathNodeType.
SignificantWhitespace
,
889
Debug.Assert((int)XPathNodeType.Text < (int)XPathNodeType.
SignificantWhitespace
);
890
Debug.Assert((int)XPathNodeType.
SignificantWhitespace
< (int)XPathNodeType.Whitespace);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
522
case XPathNodeType.
SignificantWhitespace
:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCharacterData.cs (1)
210
xnt = XPathNodeType.
SignificantWhitespace
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs (1)
111
XPathNodeType xnt = XPathNodeType.
SignificantWhitespace
;
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\XPathAxisIterator.cs (1)
78
nav.NodeType == XPathNodeType.
SignificantWhitespace
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (7)
1992
internal const int TextMask = (1 << (int)XPathNodeType.Text) | (1 << (int)XPathNodeType.
SignificantWhitespace
) | (1 << (int)XPathNodeType.Whitespace);
1999
(1 << (int) XPathNodeType.
SignificantWhitespace
), // SignificantWhitespace
2036
case XPathNodeType.
SignificantWhitespace
:
2048
case XPathNodeType.
SignificantWhitespace
:
2066
case XPathNodeType.
SignificantWhitespace
:
2074
case XPathNodeType.
SignificantWhitespace
:
2263
case XPathNodeType.
SignificantWhitespace
: