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