1 instantiation of StopAppHostResponse
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
205
return new
StopAppHostResponse
();
2 references to StopAppHostResponse
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
201
public async Task<
StopAppHostResponse
> StopAsync(StopAppHostRequest? request = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
Backchannel\BackchannelContractTests.cs (1)
31
typeof(
StopAppHostResponse
),