Implemented interface member:
property
IsInScope
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.IsInScope
36 writes to IsInScope
Aspire.Cli.Tests (36)
Backchannel\AppHostConnectionResolverTests.cs (4)
218
monitor.AddConnection("hash1", "socket-other", new TestAppHostAuxiliaryBackchannel {
IsInScope
= false });
248
monitor.AddConnection("hash1", "socket-one", new TestAppHostAuxiliaryBackchannel {
IsInScope
= true });
249
monitor.AddConnection("hash2", "socket-two", new TestAppHostAuxiliaryBackchannel {
IsInScope
= true });
488
IsInScope
= false,
Commands\AgentMcpCommandTests.cs (5)
138
IsInScope
= true,
206
IsInScope
= true,
281
IsInScope
= true,
396
IsInScope
= true,
478
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,
139
IsInScope
= true,
230
IsInScope
= true,
269
IsInScope
= true,
314
IsInScope
= true,
358
IsInScope
= true,
436
IsInScope
= true,
498
IsInScope
= true,
537
IsInScope
= true,
601
IsInScope
= true,
645
IsInScope
= true,
685
IsInScope
= true,
732
IsInScope
= true,
Commands\ResourceCommandTests.cs (1)
78
IsInScope
= false,
Commands\StopCommandTests.cs (2)
1092
IsInScope
= true
1287
IsInScope
= isInScope,
Commands\TelemetryTestHelper.cs (1)
75
IsInScope
= true,
Commands\TelemetryTracesCommandTests.cs (1)
84
IsInScope
= true,
Commands\TerminalCommandTests.cs (1)
623
IsInScope
= true,
1 reference to IsInScope
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
674
public bool IsInScope => _inner.
IsInScope
;