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