3 instantiations of Empty
InteropWebsite (3)
artifacts\obj\InteropWebsite\Release\net11.0\Empty.cs (2)
53
private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new
Empty
());
88
return new
Empty
(this);
TestServiceImpl.cs (1)
30
return Task.FromResult(new
Empty
());
51 references to Empty
InteropWebsite (51)
artifacts\obj\InteropWebsite\Release\net11.0\Empty.cs (11)
31
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.
Empty
), global::Grpc.Testing.
Empty
.Parser, null, null, null, null, null)
48
public sealed partial class Empty : pb::IMessage<
Empty
>
53
private static readonly pb::MessageParser<
Empty
> _parser = new pb::MessageParser<
Empty
>(() => new Empty());
57
public static pb::MessageParser<
Empty
> Parser { get { return _parser; } }
81
public Empty(
Empty
other) : this() {
87
public
Empty
Clone() {
94
return Equals(other as
Empty
);
99
public bool Equals(
Empty
other) {
159
public void MergeFrom(
Empty
other) {
artifacts\obj\InteropWebsite\Release\net11.0\TestGrpc.cs (38)
71
static readonly grpc::Marshaller<global::Grpc.Testing.
Empty
> __Marshaller_grpc_testing_Empty = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
Empty
.Parser));
86
static readonly grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
> __Method_EmptyCall = new grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(
142
static readonly grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
> __Method_UnimplementedCall = new grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(
166
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.
Empty
> EmptyCall(global::Grpc.Testing.
Empty
request, grpc::ServerCallContext context)
263
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.
Empty
> UnimplementedCall(global::Grpc.Testing.
Empty
request, grpc::ServerCallContext context)
293
serviceBinder.AddMethod(__Method_EmptyCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(serviceImpl.EmptyCall));
300
serviceBinder.AddMethod(__Method_UnimplementedCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(serviceImpl.UnimplementedCall));
346
static readonly grpc::Marshaller<global::Grpc.Testing.
Empty
> __Marshaller_grpc_testing_Empty = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
Empty
.Parser));
349
static readonly grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
> __Method_UnimplementedCall = new grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(
373
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.
Empty
> UnimplementedCall(global::Grpc.Testing.
Empty
request, grpc::ServerCallContext context)
396
serviceBinder.AddMethod(__Method_UnimplementedCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
Empty
, global::Grpc.Testing.
Empty
>(serviceImpl.UnimplementedCall));
443
static readonly grpc::Marshaller<global::Grpc.Testing.
Empty
> __Marshaller_grpc_testing_Empty = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Grpc.Testing.
Empty
.Parser));
448
static readonly grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.
Empty
> __Method_Start = new grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.
Empty
>(
456
static readonly grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.ReconnectInfo> __Method_Stop = new grpc::Method<global::Grpc.Testing.
Empty
, global::Grpc.Testing.ReconnectInfo>(
474
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.
Empty
> Start(global::Grpc.Testing.ReconnectParams request, grpc::ServerCallContext context)
480
public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.ReconnectInfo> Stop(global::Grpc.Testing.
Empty
request, grpc::ServerCallContext context)
504
serviceBinder.AddMethod(__Method_Start, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.
Empty
>(serviceImpl.Start));
505
serviceBinder.AddMethod(__Method_Stop, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.
Empty
, global::Grpc.Testing.ReconnectInfo>(serviceImpl.Stop));
TestServiceImpl.cs (2)
28
public override Task<
Empty
> EmptyCall(
Empty
request, ServerCallContext context)