2 instantiations of CountReply
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (2)
277
private static readonly pb::MessageParser<CountReply> _parser = new pb::MessageParser<CountReply>(() => new
CountReply
());
313
return new
CountReply
(this);
21 references to CountReply
Microsoft.AspNetCore.Grpc.Swagger.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (11)
37
new pbr::GeneratedClrTypeInfo(typeof(global::Count.
CountReply
), global::Count.
CountReply
.Parser, new[]{ "Result" }, null, null, null, null)
272
public sealed partial class CountReply : pb::IMessage<
CountReply
>
277
private static readonly pb::MessageParser<
CountReply
> _parser = new pb::MessageParser<
CountReply
>(() => new CountReply());
281
public static pb::MessageParser<
CountReply
> Parser { get { return _parser; } }
305
public CountReply(
CountReply
other) : this() {
312
public
CountReply
Clone() {
331
return Equals(other as
CountReply
);
336
public bool Equals(
CountReply
other) {
409
public void MergeFrom(
CountReply
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\CounterGrpc.cs (10)
55
static readonly grpc::Marshaller<global::Count.
CountReply
> __Marshaller_count_CountReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Count.
CountReply
.Parser));
58
static readonly grpc::Method<global::Count.CountRequest, global::Count.
CountReply
> __Method_Add = new grpc::Method<global::Count.CountRequest, global::Count.
CountReply
>(
76
public virtual global::System.Threading.Tasks.Task<global::Count.
CountReply
> Add(global::Count.CountRequest request, grpc::ServerCallContext context)
111
public virtual global::Count.
CountReply
Add(global::Count.CountRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
116
public virtual global::Count.
CountReply
Add(global::Count.CountRequest request, grpc::CallOptions options)
121
public virtual grpc::AsyncUnaryCall<global::Count.
CountReply
> AddAsync(global::Count.CountRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
126
public virtual grpc::AsyncUnaryCall<global::Count.
CountReply
> AddAsync(global::Count.CountRequest request, grpc::CallOptions options)
154
serviceBinder.AddMethod(__Method_Add, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Count.CountRequest, global::Count.
CountReply
>(serviceImpl.Add));