2 instantiations of SayRequest
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (2)
50
private static readonly pb::MessageParser<SayRequest> _parser = new pb::MessageParser<SayRequest>(() => new
SayRequest
());
86
return new
SayRequest
(this);
21 references to SayRequest
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (11)
36
new pbr::GeneratedClrTypeInfo(typeof(global::Custom.Http.Rule.
SayRequest
), global::Custom.Http.Rule.
SayRequest
.Parser, new[]{ "Name" }, null, null, null, null),
45
public sealed partial class SayRequest : pb::IMessage<
SayRequest
>
50
private static readonly pb::MessageParser<
SayRequest
> _parser = new pb::MessageParser<
SayRequest
>(() => new SayRequest());
54
public static pb::MessageParser<
SayRequest
> Parser { get { return _parser; } }
78
public SayRequest(
SayRequest
other) : this() {
85
public
SayRequest
Clone() {
104
return Equals(other as
SayRequest
);
109
public bool Equals(
SayRequest
other) {
182
public void MergeFrom(
SayRequest
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\HelloGrpc.cs (10)
49
static readonly grpc::Marshaller<global::Custom.Http.Rule.
SayRequest
> __Marshaller_custom_http_rule_SayRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Custom.Http.Rule.
SayRequest
.Parser));
54
static readonly grpc::Method<global::Custom.Http.Rule.
SayRequest
, global::Custom.Http.Rule.SayResponse> __Method_Say = new grpc::Method<global::Custom.Http.Rule.
SayRequest
, global::Custom.Http.Rule.SayResponse>(
72
public virtual global::System.Threading.Tasks.Task<global::Custom.Http.Rule.SayResponse> Say(global::Custom.Http.Rule.
SayRequest
request, grpc::ServerCallContext context)
107
public virtual global::Custom.Http.Rule.SayResponse Say(global::Custom.Http.Rule.
SayRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
112
public virtual global::Custom.Http.Rule.SayResponse Say(global::Custom.Http.Rule.
SayRequest
request, grpc::CallOptions options)
117
public virtual grpc::AsyncUnaryCall<global::Custom.Http.Rule.SayResponse> SayAsync(global::Custom.Http.Rule.
SayRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
122
public virtual grpc::AsyncUnaryCall<global::Custom.Http.Rule.SayResponse> SayAsync(global::Custom.Http.Rule.
SayRequest
request, grpc::CallOptions options)
150
serviceBinder.AddMethod(__Method_Say, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Custom.Http.Rule.
SayRequest
, global::Custom.Http.Rule.SayResponse>(serviceImpl.Say));