2 writes to _currentRows
Aspire.TerminalHost (2)
TerminalReplica.cs (2)
179
_currentRows
= rows;
494
_currentRows
= e.Height;
1 reference to _currentRows
Aspire.TerminalHost (1)
TerminalReplica.cs (1)
126
get { lock (_gate) { return
_currentRows
; } }