7 writes to ByteLen_Prop
mscorlib (7)
system\io\streamreader.cs (7)
958ByteLen_Prop = 0; 1001ByteLen_Prop += len; 1008ByteLen_Prop = await tmpStream.ReadAsync(tmpByteBuffer, 0, tmpByteBuffer.Length).ConfigureAwait(false); 1193ByteLen_Prop = 0; 1208BytePos_Prop = 0; ByteLen_Prop = 0; 1214ByteLen_Prop += len; 1218ByteLen_Prop = await tmpStream.ReadAsync(tmpByteBuffer, 0, tmpByteBuffer.Length).ConfigureAwait(false);
16 references to ByteLen_Prop
mscorlib (16)
system\io\streamreader.cs (16)
979if (ByteLen_Prop > 0) 983n = Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, buffer, index + charsRead); 988n = Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, 0); 1010Contract.Assert(ByteLen_Prop >= 0, "Stream.Read returned a negative number! This is a bug in your stream class."); 1012if (ByteLen_Prop == 0) // EOF 1022IsBlocked_Prop = (ByteLen_Prop < tmpByteBuffer.Length); 1033if (DetectEncoding_Prop && ByteLen_Prop >= 2) 1045n += Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, buffer, index + charsRead); 1054n = Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, 0); 1204if (ByteLen_Prop > 0) 1206CharLen_Prop += Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, CharLen_Prop); 1219Contract.Assert(ByteLen_Prop >= 0, "Stream.Read returned a negative number! Bug in stream class."); 1221if (ByteLen_Prop == 0) // We're at EOF 1228IsBlocked_Prop = (ByteLen_Prop < tmpByteBuffer.Length); 1238if (DetectEncoding_Prop && ByteLen_Prop >= 2) 1241CharLen_Prop += Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, CharLen_Prop);