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