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)
308if (_readBufferCount == 0) 353int bytesToReturn = Math.Min(_readBufferCount, buffer.Length); 387if (_readBufferCount == 0) 432int bytesToReturn = Math.Min(_readBufferCount, buffer.Length);