4 writes to end
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
353
this.
end
= len;
359
this.
end
= stream.Read(this.data, 0, XmlReader.DefaultBufferSize);
790
this.pos = this.
end
= 0;
1796
this.
end
= end + cbRead;
16 references to end
System.Xml (16)
System\Xml\BinaryXml\XmlBinaryReader.cs (16)
365
this.eof = (0 == this.
end
);
1757
int end = this.
end
;
1762
Debug.Assert(this.mark <= this.
end
, "Mark should never be past End");
1804
Debug.Assert((this.pos + require) >= this.
end
);
1805
while (FillAllowEOF() && ((this.pos + require) >= this.
end
))
1807
if ((this.pos + require) >= this.
end
)
1813
if ((this.pos + require) >= this.
end
)
1909
while ((this.pos >= this.
end
) && FillAllowEOF())
1911
if (this.pos >= this.
end
)
1917
while ((this.pos >= this.
end
) && FillAllowEOF())
1919
if (this.pos >= this.
end
)
1949
if (pos >= this.
end
)
1967
if (pos < this.
end
) {
2034
if (this.pos > this.
end
)
2043
if (checked(pos + (cch * 2)) > this.
end
)
3168
if ((this.
end
- this.tokDataPos) < this.tokLen)