3 writes to nodeType
System.IdentityModel (3)
System\IdentityModel\WrappedReader.cs (3)
688
this.
nodeType
= nodeType;
694
this.
nodeType
= XmlNodeType.Attribute;
703
this.
nodeType
= XmlNodeType.Element;
3 references to nodeType
System.IdentityModel (3)
System\IdentityModel\WrappedReader.cs (3)
481
get { return this.entries[this.position].
nodeType
; }
537
if (this.position < this.Count - 1 && this.entries[this.position + 1].
nodeType
== XmlNodeType.Attribute)
561
if (this.position < this.count - 1 && this.entries[this.position + 1].
nodeType
== XmlNodeType.Attribute)