4 writes to position
System.IdentityModel (4)
System\IdentityModel\WrappedReader.cs (4)
530
this.
position
= 0;
539
this.
position
++;
552
this.
position
++;
563
this.
position
++;
12 references to position
System.IdentityModel (12)
System\IdentityModel\WrappedReader.cs (12)
476
get { return this.
position
; }
481
get { return this.entries[this.
position
].nodeType; }
486
get { return this.entries[this.
position
].IsEmptyElement; }
491
get { return this.entries[this.
position
].prefix; }
496
get { return this.entries[this.
position
].localName; }
501
get { return this.entries[this.
position
].namespaceUri; }
506
get { return this.entries[this.
position
].Value; }
537
if (this.
position
< this.Count - 1 && this.entries[this.
position
+ 1].nodeType == XmlNodeType.Attribute)
550
if (this.
position
< this.count - 1)
561
if (this.
position
< this.count - 1 && this.entries[this.
position
+ 1].nodeType == XmlNodeType.Attribute)