4 references to __Method_GetApplicationInformation
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (4)
172return CallInvoker.BlockingUnaryCall(__Method_GetApplicationInformation, null, options, request); 182return CallInvoker.AsyncUnaryCall(__Method_GetApplicationInformation, null, options, request); 238.AddMethod(__Method_GetApplicationInformation, serviceImpl.GetApplicationInformation) 251serviceBinder.AddMethod(__Method_GetApplicationInformation, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.ApplicationInformationResponse>(serviceImpl.GetApplicationInformation));