2 instantiations of HelloRequest
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (2)
102
private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new
HelloRequest
());
138
return new
HelloRequest
(this);
62 references to HelloRequest
IntegrationTestsWebsite (62)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (11)
73
new pbr::GeneratedClrTypeInfo(typeof(global::IntegrationTestsWebsite.
HelloRequest
), global::IntegrationTestsWebsite.
HelloRequest
.Parser, new[]{ "Name" }, null, null, null, null),
97
public sealed partial class HelloRequest : pb::IMessage<
HelloRequest
>
102
private static readonly pb::MessageParser<
HelloRequest
> _parser = new pb::MessageParser<
HelloRequest
>(() => new HelloRequest());
106
public static pb::MessageParser<
HelloRequest
> Parser { get { return _parser; } }
130
public HelloRequest(
HelloRequest
other) : this() {
137
public
HelloRequest
Clone() {
156
return Equals(other as
HelloRequest
);
161
public bool Equals(
HelloRequest
other) {
234
public void MergeFrom(
HelloRequest
other) {
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\GreetGrpc.cs (50)
52
static readonly grpc::Marshaller<global::IntegrationTestsWebsite.
HelloRequest
> __Marshaller_greet_HelloRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::IntegrationTestsWebsite.
HelloRequest
.Parser));
61
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHello = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
69
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloPost = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
77
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloComplex = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
93
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloComplexCatchAll1 = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
101
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloComplexCatchAll2 = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
117
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloComplexCatchAll4 = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
125
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloCustomVerbOne = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
133
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloCustomVerbTwo = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
141
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloCatchAllCustomVerbOne = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
149
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloCatchAllCustomVerbTwo = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
157
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloPostCustomVerbOne = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
165
static readonly grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply> __Method_SayHelloPostCustomVerbTwo = new grpc::Method<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(
189
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHello(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
195
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloPost(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
201
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloComplex(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
213
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloComplexCatchAll1(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
219
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloComplexCatchAll2(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
231
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloComplexCatchAll4(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
237
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloCustomVerbOne(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
243
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloCustomVerbTwo(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
249
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloCatchAllCustomVerbOne(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
255
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloCatchAllCustomVerbTwo(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
261
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloPostCustomVerbOne(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
267
public virtual global::System.Threading.Tasks.Task<global::IntegrationTestsWebsite.HelloReply> SayHelloPostCustomVerbTwo(global::IntegrationTestsWebsite.
HelloRequest
request, grpc::ServerCallContext context)
303
serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHello));
304
serviceBinder.AddMethod(__Method_SayHelloPost, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloPost));
305
serviceBinder.AddMethod(__Method_SayHelloComplex, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloComplex));
307
serviceBinder.AddMethod(__Method_SayHelloComplexCatchAll1, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloComplexCatchAll1));
308
serviceBinder.AddMethod(__Method_SayHelloComplexCatchAll2, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloComplexCatchAll2));
310
serviceBinder.AddMethod(__Method_SayHelloComplexCatchAll4, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloComplexCatchAll4));
311
serviceBinder.AddMethod(__Method_SayHelloCustomVerbOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloCustomVerbOne));
312
serviceBinder.AddMethod(__Method_SayHelloCustomVerbTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloCustomVerbTwo));
313
serviceBinder.AddMethod(__Method_SayHelloCatchAllCustomVerbOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloCatchAllCustomVerbOne));
314
serviceBinder.AddMethod(__Method_SayHelloCatchAllCustomVerbTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloCatchAllCustomVerbTwo));
315
serviceBinder.AddMethod(__Method_SayHelloPostCustomVerbOne, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloPostCustomVerbOne));
316
serviceBinder.AddMethod(__Method_SayHelloPostCustomVerbTwo, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::IntegrationTestsWebsite.
HelloRequest
, global::IntegrationTestsWebsite.HelloReply>(serviceImpl.SayHelloPostCustomVerbTwo));
Services\GreeterService.cs (1)
16
public override Task<HelloReply> SayHello(
HelloRequest
request, ServerCallContext context)