Implemented interface member:
property
SupportsV2
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.SupportsV2
11 references to SupportsV2
aspire (11)
Backchannel\AppHostAuxiliaryBackchannel.cs (10)
399
if (
SupportsV2
)
446
if (
SupportsV2
)
571
if (!
SupportsV2
)
611
if (!
SupportsV2
)
658
if (!
SupportsV2
)
701
if (!
SupportsV2
)
783
if (!
SupportsV2
)
916
if (!
SupportsV2
)
963
if (!
SupportsV2
)
1034
if (!
SupportsV2
)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
592
connection.
SupportsV2
);