3 writes to _bufferUnreadChars
Microsoft.CodeAnalysis (3)
Text\SourceTextStream.cs (3)
47_bufferUnreadChars = 0; 124_bufferUnreadChars -= charsUsed; 153_bufferUnreadChars = charsToRead;
2 references to _bufferUnreadChars
Microsoft.CodeAnalysis (2)
Text\SourceTextStream.cs (2)
114if (_bufferUnreadChars == 0) 121_encoder.Convert(_charBuffer, _bufferOffset, _bufferUnreadChars, buffer, offset, count, flush: false, charsUsed: out charsUsed, bytesUsed: out bytesUsed, completed: out ignored);