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