1 write to parentNodeType
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2114this.parentNodeType = this.nodetype;
6 references to parentNodeType
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
500if (this.parentNodeType != XmlNodeType.Element) 505if (this.parentNodeType != XmlNodeType.Element) 715if (XmlNodeType.Element == this.parentNodeType) 717else if (XmlNodeType.XmlDeclaration == this.parentNodeType) 719else if (XmlNodeType.DocumentType == this.parentNodeType) 723this.nodetype = this.parentNodeType;