Implemented interface member:
property
SupportsV2
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV2
11 references to SupportsV2
aspire (11)
Backchannel\AppHostAuxiliaryBackchannel.cs (10)
354
if (
SupportsV2
)
401
if (
SupportsV2
)
526
if (!
SupportsV2
)
566
if (!
SupportsV2
)
613
if (!
SupportsV2
)
656
if (!
SupportsV2
)
738
if (!
SupportsV2
)
871
if (!
SupportsV2
)
918
if (!
SupportsV2
)
989
if (!
SupportsV2
)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
548
connection.
SupportsV2
);