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