1 write to IsInScope
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
45IsInScope = isInScope;
5 references to IsInScope
aspire (4)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
71var inScopeConnections = connections.Where(c => c.IsInScope).ToList();
Commands\McpStartCommand.cs (1)
227var 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)
44var inScopeConnections = connections.Where(c => c.IsInScope).ToList();