2 instantiations of ApplicationInformationRequest
Aspire.Hosting (2)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
183private static readonly pb::MessageParser<ApplicationInformationRequest> _parser = new pb::MessageParser<ApplicationInformationRequest>(() => new ApplicationInformationRequest()); 218return new ApplicationInformationRequest(this);
18 references to ApplicationInformationRequest
Aspire.Hosting (18)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (11)
121new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest), global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest.Parser, null, null, null, null, null), 178internal sealed partial class ApplicationInformationRequest : pb::IMessage<ApplicationInformationRequest> 183private static readonly pb::MessageParser<ApplicationInformationRequest> _parser = new pb::MessageParser<ApplicationInformationRequest>(() => new ApplicationInformationRequest()); 187public static pb::MessageParser<ApplicationInformationRequest> Parser { get { return _parser; } } 211public ApplicationInformationRequest(ApplicationInformationRequest other) : this() { 217public ApplicationInformationRequest Clone() { 224return Equals(other as ApplicationInformationRequest); 229public bool Equals(ApplicationInformationRequest other) { 289public void MergeFrom(ApplicationInformationRequest other) {
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceServiceGrpc.cs (6)
53static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest> __Marshaller_aspire_v1_ApplicationInformationRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest.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)
36ApplicationInformationRequest request,