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