Implemented interface member:
property
IsInScope
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.IsInScope
36 writes to IsInScope
Aspire.Cli.Tests (36)
Backchannel\AppHostConnectionResolverTests.cs (4)
215
monitor.AddConnection("socket-other", new TestAppHostAuxiliaryBackchannel {
IsInScope
= false });
245
monitor.AddConnection("socket-one", new TestAppHostAuxiliaryBackchannel {
IsInScope
= true });
246
monitor.AddConnection("socket-two", new TestAppHostAuxiliaryBackchannel {
IsInScope
= true });
531
IsInScope
= false,
Commands\AgentMcpCommandTests.cs (5)
137
IsInScope
= true,
204
IsInScope
= true,
278
IsInScope
= true,
392
IsInScope
= true,
473
IsInScope
= true,
Commands\DescribeCommandTests.cs (1)
942
IsInScope
= true,
Commands\ExportCommandTests.cs (3)
189
IsInScope
= false,
212
IsInScope
= true,
879
IsInScope
= true,
Commands\LogsCommandTests.cs (4)
725
IsInScope
= true,
815
IsInScope
= true,
982
IsInScope
= true,
1545
IsInScope
= true,
Commands\PsCommandTests.cs (13)
123
IsInScope
= true,
138
IsInScope
= true,
229
IsInScope
= true,
268
IsInScope
= true,
313
IsInScope
= true,
357
IsInScope
= true,
435
IsInScope
= true,
497
IsInScope
= true,
536
IsInScope
= true,
600
IsInScope
= true,
644
IsInScope
= true,
684
IsInScope
= true,
731
IsInScope
= true,
Commands\ResourceCommandTests.cs (1)
78
IsInScope
= false,
Commands\StopCommandTests.cs (2)
1092
IsInScope
= true
1286
IsInScope
= isInScope,
Commands\TelemetryTestHelper.cs (1)
75
IsInScope
= true,
Commands\TelemetryTracesCommandTests.cs (1)
84
IsInScope
= true,
Commands\TerminalCommandTests.cs (1)
624
IsInScope
= true,
1 reference to IsInScope
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
675
public bool IsInScope => _inner.
IsInScope
;