2 instantiations of GetResourcesResponse
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
501
return new
GetResourcesResponse
514
cancellationToken).ConfigureAwait(false) ?? new
GetResourcesResponse
{ Resources = [] };
3 references to GetResourcesResponse
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
487
public async Task<
GetResourcesResponse
> GetResourcesV2Async(GetResourcesRequest? request = null, CancellationToken cancellationToken = default)
511
return await rpc.InvokeWithCancellationAsync<
GetResourcesResponse
>(
Backchannel\BackchannelJsonSerializerContext.cs (1)
67
[JsonSerializable(typeof(
GetResourcesResponse
))]