5 writes to CurrentRows
Aspire.Cli.Tests (5)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
147
CurrentRows
= 32,
Commands\TerminalCommandTests.cs (4)
382
CurrentRows
= 32,
488
CurrentRows
= 32,
502
CurrentRows
= 50,
531
CurrentRows
= null,
4 references to CurrentRows
aspire (2)
Commands\TerminalPsCommand.cs (2)
176
CurrentRows = replica.
CurrentRows
,
238
var size = replica.CurrentColumns is { } cols && replica.
CurrentRows
is { } rows
Aspire.Cli.Tests (2)
Backchannel\BackchannelJsonSerializerContextTests.cs (2)
118
Assert.Null(replica.
CurrentRows
);
173
Assert.Equal(32, replica.
CurrentRows
);