4 instantiations of CheckoutCustomerBasketResponse
BasketService (4)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1282private static readonly pb::MessageParser<CheckoutCustomerBasketResponse> _parser = new pb::MessageParser<CheckoutCustomerBasketResponse>(() => new CheckoutCustomerBasketResponse()); 1317return new CheckoutCustomerBasketResponse(this);
BasketService.cs (2)
75return new(); 95return new CheckoutCustomerBasketResponse();
18 references to CheckoutCustomerBasketResponse
BasketService (18)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (11)
58new pbr::GeneratedClrTypeInfo(typeof(global::GrpcBasket.CheckoutCustomerBasketResponse), global::GrpcBasket.CheckoutCustomerBasketResponse.Parser, null, null, null, null, null), 1277public sealed partial class CheckoutCustomerBasketResponse : pb::IMessage<CheckoutCustomerBasketResponse> 1282private static readonly pb::MessageParser<CheckoutCustomerBasketResponse> _parser = new pb::MessageParser<CheckoutCustomerBasketResponse>(() => new CheckoutCustomerBasketResponse()); 1286public static pb::MessageParser<CheckoutCustomerBasketResponse> Parser { get { return _parser; } } 1310public CheckoutCustomerBasketResponse(CheckoutCustomerBasketResponse other) : this() { 1316public CheckoutCustomerBasketResponse Clone() { 1323return Equals(other as CheckoutCustomerBasketResponse); 1328public bool Equals(CheckoutCustomerBasketResponse other) { 1388public void MergeFrom(CheckoutCustomerBasketResponse other) {
artifacts\obj\BasketService\Debug\net8.0\Protos\BasketGrpc.cs (6)
57static readonly grpc::Marshaller<global::GrpcBasket.CheckoutCustomerBasketResponse> __Marshaller_BasketApi_CheckoutCustomerBasketResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::GrpcBasket.CheckoutCustomerBasketResponse.Parser)); 80static readonly grpc::Method<global::GrpcBasket.CheckoutCustomerBasketRequest, global::GrpcBasket.CheckoutCustomerBasketResponse> __Method_CheckoutBasket = new grpc::Method<global::GrpcBasket.CheckoutCustomerBasketRequest, global::GrpcBasket.CheckoutCustomerBasketResponse>( 118public virtual global::System.Threading.Tasks.Task<global::GrpcBasket.CheckoutCustomerBasketResponse> CheckoutBasket(global::GrpcBasket.CheckoutCustomerBasketRequest request, grpc::ServerCallContext context) 152serviceBinder.AddMethod(__Method_CheckoutBasket, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::GrpcBasket.CheckoutCustomerBasketRequest, global::GrpcBasket.CheckoutCustomerBasketResponse>(serviceImpl.CheckoutBasket));
BasketService.cs (1)
44public override async Task<CheckoutCustomerBasketResponse> CheckoutBasket(CheckoutCustomerBasketRequest request, ServerCallContext context)