15 writes to mark
System.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (15)
364
this.
mark
= -1;
1783
this.
mark
= 0;
1789
this.
mark
-= end;
2018
this.
mark
= this.pos;
2025
this.
mark
= -1;
2279
this.
mark
= this.pos;
2480
this.
mark
= -1;
2606
this.
mark
= this.pos;
2712
this.
mark
= this.pos;
2774
this.
mark
= this.pos;
2786
this.
mark
= this.pos;
2793
this.
mark
= this.pos;
2800
this.
mark
= this.pos;
2953
this.
mark
= this.pos;
2978
this.
mark
= this.pos;
10 references to mark
System.Xml (10)
System\Xml\BinaryXml\XmlBinaryReader.cs (10)
1756
int mark = this.
mark
;
1762
Debug.Assert(this.
mark
<= this.end, "Mark should never be past End");
1763
Debug.Assert(this.
mark
<= this.pos, "Mark should never be after Pos");
2015
int oldmark = this.
mark
;
2031
int oldmark = this.
mark
;
2037
start = begin - (oldmark - this.
mark
);
2605
Debug.Assert(this.
mark
< 0);
2711
if (this.
mark
< 0)
2952
if (this.
mark
< 0)
2977
if (this.
mark
< 0)