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