1 write to IsInScope
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
45
IsInScope
= isInScope;
5 references to IsInScope
aspire (4)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
71
var inScopeConnections = connections.Where(c => c.
IsInScope
).ToList();
Commands\McpStartCommand.cs (1)
227
var inScopeConnections = connections.Where(c => c.
IsInScope
).ToList();
Mcp\ListAppHostsTool.cs (2)
50
.Where(c => c.
IsInScope
)
58
.Where(c => !c.
IsInScope
)
Aspire.Cli.Tests (1)
TestServices\TestAuxiliaryBackchannelMonitor.cs (1)
44
var inScopeConnections = connections.Where(c => c.
IsInScope
).ToList();