1 write to count
System.IdentityModel (1)
System\IdentityModel\WrappedReader.cs (1)
463this.count = count;
4 references to count
System.IdentityModel (4)
System\IdentityModel\WrappedReader.cs (4)
471get { return this.count; } 531return this.count > 0; 550if (this.position < this.count - 1) 561if (this.position < this.count - 1 && this.entries[this.position + 1].nodeType == XmlNodeType.Attribute)