16 writes to nodetype
System.Xml (16)
System\Xml\BinaryXml\XmlBinaryReader.cs (16)
330this.nodetype = XmlNodeType.None; 723this.nodetype = this.parentNodeType; 764this.nodetype = XmlNodeType.Text; 780this.nodetype = XmlNodeType.None; 834this.nodetype = XmlNodeType.None; 2117this.nodetype = XmlNodeType.Attribute; 2261this.nodetype = XmlNodeType.XmlDeclaration; 2479this.nodetype = XmlNodeType.None; 2624this.nodetype = ScanOverValue(this.token, false, true); 2733this.nodetype = XmlNodeType.Element; 2746this.nodetype = XmlNodeType.EndElement; 2780this.nodetype = XmlNodeType.DocumentType; 2788this.nodetype = XmlNodeType.ProcessingInstruction; 2792this.nodetype = XmlNodeType.Comment; 2799this.nodetype = XmlNodeType.CDATA; 2858this.nodetype = r.NodeType;
8 references to nodetype
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
415return this.nodetype; 442return XmlReader.HasValueInternal(this.nodetype); 452switch (this.nodetype) { 490if (this.nodetype == XmlNodeType.Element 491|| this.nodetype == XmlNodeType.EndElement) 2114this.parentNodeType = this.nodetype; 2462switch (this.nodetype) { 2591if (XmlNodeType.Text == this.nodetype)