12 writes to NodeType
System.Data.SqlXml (12)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
290
this.currentInfo.
NodeType
= XmlNodeType.Whitespace;
300
this.currentInfo.
NodeType
= XmlNodeType.SignificantWhitespace;
468
this.attributeValue.
NodeType
= XmlNodeType.Text;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (9)
181
this.currentInfo.
NodeType
= XmlNodeType.Text;
258
this.currentInfo.
NodeType
= XmlNodeType.Element;
272
this.currentInfo.
NodeType
= XmlNodeType.EndElement;
299
attribute.
NodeType
= XmlNodeType.Attribute;
334
currentInfo.
NodeType
= XmlNodeType.Attribute;
338
this.currentInfo.
NodeType
= XmlNodeType.ProcessingInstruction;
347
this.currentInfo.
NodeType
= XmlNodeType.Comment;
373
this.currentInfo.
NodeType
= XmlNodeType.None;
649
ns.
NodeType
= XmlNodeType.Attribute;
18 references to NodeType
System.Data.SqlXml (18)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
54
this.nodeType = src.
NodeType
;
75
Debug.Assert(info.
NodeType
!= XmlNodeType.Text || XmlCharType.Instance.IsOnlyWhitespace(info.Value));
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (2)
37
switch(mainNode.
NodeType
) {
86
Debug.Fail("Invalid NodeType on output: " + mainNode.
NodeType
);
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
61
return this.currentInfo.
NodeType
;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
427
Debug.Assert(this.mainNode.
NodeType
== XmlNodeType.Element);
447
Debug.Assert(this.mainNode.
NodeType
== XmlNodeType.Element);
525
Debug.Assert(this.mainNode.
NodeType
== XmlNodeType.Comment);
568
Debug.Assert(this.mainNode.
NodeType
== XmlNodeType.ProcessingInstruction || this.mainNode.
NodeType
== XmlNodeType.XmlDeclaration);
609
switch (this.mainNode.
NodeType
) {
System\Xml\Xsl\XsltOld\SequentialOutput.cs (4)
111
Debug.Assert(record.MainNode.
NodeType
== XmlNodeType.Element);
324
switch (node.
NodeType
) {
377
switch (mainNode.
NodeType
) {
423
switch (node.
NodeType
) {
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
58
switch (mainNode.
NodeType
) {
System\Xml\Xsl\XsltOld\WriterOutput.cs (2)
34
switch (mainNode.
NodeType
) {
79
Debug.Fail("Invalid NodeType on output: " + mainNode.
NodeType
);