12 writes to NodeType
System.Private.Xml (12)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
341
_currentInfo.
NodeType
= XmlNodeType.Whitespace;
353
_currentInfo.
NodeType
= XmlNodeType.SignificantWhitespace;
554
_attributeValue.
NodeType
= XmlNodeType.Text;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (9)
195
_currentInfo.
NodeType
= XmlNodeType.Text;
286
_currentInfo!.
NodeType
= XmlNodeType.Element;
301
_currentInfo!.
NodeType
= XmlNodeType.EndElement;
332
attribute.
NodeType
= XmlNodeType.Attribute;
377
_currentInfo.
NodeType
= XmlNodeType.Attribute;
382
_currentInfo!.
NodeType
= XmlNodeType.ProcessingInstruction;
392
_currentInfo!.
NodeType
= XmlNodeType.Comment;
422
_currentInfo.
NodeType
= XmlNodeType.None;
762
ns.
NodeType
= XmlNodeType.Attribute;
18 references to NodeType
System.Private.Xml (18)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
61
_nodeType = src.
NodeType
;
85
Debug.Assert(info.
NodeType
!= XmlNodeType.Text || XmlCharType.IsOnlyWhitespace(info.Value));
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (2)
32
switch (mainNode.
NodeType
)
86
Debug.Fail($"Invalid NodeType on output: {mainNode.
NodeType
}");
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
58
return _currentInfo.
NodeType
;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
487
Debug.Assert(_mainNode.
NodeType
== XmlNodeType.Element);
512
Debug.Assert(_mainNode.
NodeType
== XmlNodeType.Element);
614
Debug.Assert(_mainNode.
NodeType
== XmlNodeType.Comment);
667
Debug.Assert(_mainNode.
NodeType
== XmlNodeType.ProcessingInstruction || _mainNode.
NodeType
== XmlNodeType.XmlDeclaration);
716
switch (_mainNode.
NodeType
)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (4)
109
Debug.Assert(record.MainNode.
NodeType
== XmlNodeType.Element);
364
switch (node.
NodeType
)
425
switch (mainNode.
NodeType
)
474
switch (node.
NodeType
)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
51
switch (mainNode.
NodeType
)
System\Xml\Xsl\XsltOld\WriterOutput.cs (2)
28
switch (mainNode.
NodeType
)
75
Debug.Fail($"Invalid NodeType on output: {mainNode.
NodeType
}");