4 writes to _readBufferCount
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (4)
339
_readBufferCount
= pendingReadDataPopulatedJustNow;
356
_readBufferCount
-= bytesToReturn;
418
_readBufferCount
= pendingReadDataPopulatedJustNow;
435
_readBufferCount
-= bytesToReturn;
4 references to _readBufferCount
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (4)
308
if (
_readBufferCount
== 0)
353
int bytesToReturn = Math.Min(
_readBufferCount
, buffer.Length);
387
if (
_readBufferCount
== 0)
432
int bytesToReturn = Math.Min(
_readBufferCount
, buffer.Length);