16 references to ListAll
Aspire.Hosting (2)
ApplicationModel\TerminalService.cs (1)
551/// One terminal in the AppHost, as reported by <see cref="TerminalService.ListAll"/>.
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
643return [.. terminalService.ListAll()
Aspire.Hosting.Tests (14)
Terminals\Hex1bPtySocketTests.cs (2)
130Assert.Empty(service.ListAll()); 171Assert.Empty(service.ListAll());
Terminals\TerminalServiceTests.cs (12)
124Assert.Empty(service.ListAll()); 152Assert.Equal("Shell", Assert.Single(service.ListAll()).Title); 170Assert.Empty(service.ListAll()); 190var listing = Assert.Single(service.ListAll()); 681Assert.Empty(service.ListAll()); 753Assert.Empty(service.ListAll()); 812Assert.Empty(service.ListAll()); 944Assert.Empty(service.ListAll()); 986var listings = service.ListAll(); 1001var listing = Assert.Single(service.ListAll()); 1015Assert.Empty(service.ListAll()); 1027Assert.Single(service.ListAll());