5 references to Empty
InteropClient (5)
artifacts\obj\InteropClient\Release\net11.0\Empty.cs (2)
53private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); 81public Empty(Empty other) : this() {
InteropClient.cs (3)
288var response = client.EmptyCall(new Empty()); 682var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty())); 691var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty()));