3 instantiations of ApplicationInformationResponse
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
344private static readonly pb::MessageParser<ApplicationInformationResponse> _parser = new pb::MessageParser<ApplicationInformationResponse>(() => new ApplicationInformationResponse()); 380return new ApplicationInformationResponse(this);
Dashboard\DashboardService.cs (1)
39return Task.FromResult(new ApplicationInformationResponse
18 references to ApplicationInformationResponse
Aspire.Hosting (18)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (11)
122new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse), global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse.Parser, new[]{ "ApplicationName" }, null, null, null, null), 339internal sealed partial class ApplicationInformationResponse : pb::IMessage<ApplicationInformationResponse> 344private static readonly pb::MessageParser<ApplicationInformationResponse> _parser = new pb::MessageParser<ApplicationInformationResponse>(() => new ApplicationInformationResponse()); 348public static pb::MessageParser<ApplicationInformationResponse> Parser { get { return _parser; } } 372public ApplicationInformationResponse(ApplicationInformationResponse other) : this() { 379public ApplicationInformationResponse Clone() { 398return Equals(other as ApplicationInformationResponse); 403public bool Equals(ApplicationInformationResponse other) { 476public void MergeFrom(ApplicationInformationResponse other) {
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceServiceGrpc.cs (6)
55static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse> __Marshaller_aspire_v1_ApplicationInformationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse.Parser)); 70static readonly grpc::Method<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse> __Method_GetApplicationInformation = new grpc::Method<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse>( 112public virtual global::System.Threading.Tasks.Task<global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse> GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::ServerCallContext context) 156serviceBinder.AddMethod(__Method_GetApplicationInformation, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse>(serviceImpl.GetApplicationInformation));
Dashboard\DashboardService.cs (1)
35public override Task<ApplicationInformationResponse> GetApplicationInformation(