2 instantiations of ApplicationInformationResponse
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
344private static readonly pb::MessageParser<ApplicationInformationResponse> _parser = new pb::MessageParser<ApplicationInformationResponse>(() => new ApplicationInformationResponse()); 380return new ApplicationInformationResponse(this);
21 references to ApplicationInformationResponse
Aspire.Dashboard (21)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (10)
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) 165public virtual global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 170public virtual global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::CallOptions options) 175public virtual grpc::AsyncUnaryCall<global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse> GetApplicationInformationAsync(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 180public virtual grpc::AsyncUnaryCall<global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse> GetApplicationInformationAsync(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::CallOptions options) 251serviceBinder.AddMethod(__Method_GetApplicationInformation, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse>(serviceImpl.GetApplicationInformation));