Implemented interface member:
property
IsInScope
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.IsInScope
2 writes to IsInScope
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
54IsInScope = isInScope;
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
508connection.IsInScope = IsAppHostInScope(connection.AppHostInfo?.AppHostPath);
1 reference to IsInScope
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
547connection.IsInScope,