3 writes to _bufferUnreadChars
Microsoft.CodeAnalysis (3)
Text\SourceTextStream.cs (3)
43_bufferUnreadChars = 0; 109_bufferUnreadChars -= charsUsed; 138_bufferUnreadChars = charsToRead;
2 references to _bufferUnreadChars
Microsoft.CodeAnalysis (2)
Text\SourceTextStream.cs (2)
99if (_bufferUnreadChars == 0) 106_encoder.Convert(_charBuffer, _bufferOffset, _bufferUnreadChars, buffer, offset, count, flush: false, charsUsed: out charsUsed, bytesUsed: out bytesUsed, completed: out ignored);