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