1 write to BytePos_Prop
mscorlib (1)
system\io\streamreader.cs (1)
1208BytePos_Prop = 0; ByteLen_Prop = 0;
6 references to BytePos_Prop
mscorlib (6)
system\io\streamreader.cs (6)
970Contract.Assert(BytePos_Prop <= Preamble_Prop.Length, "possible bug in _compressPreamble. Are two threads using this StreamReader at the same time?"); 971int tmpBytePos = BytePos_Prop; 1006Contract.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?"); 1196Contract.Assert(BytePos_Prop <= Preamble_Prop.Length, "possible bug in _compressPreamble. Are two threads using this StreamReader at the same time?"); 1197int tmpBytePos = BytePos_Prop; 1217Contract.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?");