20 references to NodeType
System.Data.SqlXml (20)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
81
switch (input.
NodeType
) {
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
53
switch(input.
NodeType
) {
System\Xml\Xsl\XsltOld\BeginEvent.cs (2)
29
Debug.Assert(input.
NodeType
!= XPathNodeType.Namespace);
30
this.nodeType = input.
NodeType
;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
45
switch(input.
NodeType
) {
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
31
switch (input.
NodeType
) {
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
66
XPathNodeType nodeType = compiler.Input.
NodeType
;
System\Xml\Xsl\XsltOld\ContainerAction.cs (6)
139
while (input.
NodeType
!= XPathNodeType.Element) {
145
Debug.Assert(compiler.Input.
NodeType
== XPathNodeType.Element);
426
switch (input.
NodeType
) {
533
if (input.
NodeType
== XPathNodeType.Element) {
635
switch (input.
NodeType
) {
786
if (!input.Recurse() || input.
NodeType
!= XPathNodeType.Text) {
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
98
switch(input.
NodeType
) {
System\Xml\Xsl\XsltOld\NamespaceEvent.cs (1)
21
Debug.Assert(input.
NodeType
== XPathNodeType.Namespace);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
189
if (
NodeType
== XPathNodeType.Root) {
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
152
switch(input.
NodeType
) {
System\Xml\Xsl\XsltOld\TextAction.cs (1)
46
switch (input.
NodeType
) {
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
27
Debug.Assert(input.
NodeType
== XPathNodeType.Text || input.
NodeType
== XPathNodeType.SignificantWhitespace);