2 instantiations of ApplicationInformationRequest
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
183private static readonly pb::MessageParser<ApplicationInformationRequest> _parser = new pb::MessageParser<ApplicationInformationRequest>(() => new ApplicationInformationRequest()); 218return new ApplicationInformationRequest(this);
21 references to ApplicationInformationRequest
Aspire.Dashboard (21)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (10)
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) 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));