1 write to BytePos_Prop
mscorlib (1)
system\io\streamreader.cs (1)
1208
BytePos_Prop
= 0; ByteLen_Prop = 0;
6 references to BytePos_Prop
mscorlib (6)
system\io\streamreader.cs (6)
970
Contract.Assert(
BytePos_Prop
<= Preamble_Prop.Length, "possible bug in _compressPreamble. Are two threads using this StreamReader at the same time?");
971
int tmpBytePos =
BytePos_Prop
;
1006
Contract.Assert(
BytePos_Prop
== 0, "_bytePos can be non zero only when we are trying to _checkPreamble. Are two threads using this StreamReader at the same time?");
1196
Contract.Assert(
BytePos_Prop
<= Preamble_Prop.Length, "possible bug in _compressPreamble. Are two threads using this StreamReader at the same time?");
1197
int tmpBytePos =
BytePos_Prop
;
1217
Contract.Assert(
BytePos_Prop
== 0, "_bytePos can be non zero only when we are trying to _checkPreamble. Are two threads using this StreamReader at the same time?");