2 instantiations of SayResponse
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
280
private static readonly pb::MessageParser<SayResponse> _parser = new pb::MessageParser<SayResponse>(() => new
SayResponse
());
317
return new
SayResponse
(this);
21 references to SayResponse
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (11)
40
new pbr::GeneratedClrTypeInfo(typeof(global::Example.Hello.
SayResponse
), global::Example.Hello.
SayResponse
.Parser, new[]{ "Message", "Country" }, null, null, null, null)
275
public sealed partial class SayResponse : pb::IMessage<
SayResponse
>
280
private static readonly pb::MessageParser<
SayResponse
> _parser = new pb::MessageParser<
SayResponse
>(() => new SayResponse());
284
public static pb::MessageParser<
SayResponse
> Parser { get { return _parser; } }
308
public SayResponse(
SayResponse
other) : this() {
316
public
SayResponse
Clone() {
347
return Equals(other as
SayResponse
);
352
public bool Equals(
SayResponse
other) {
438
public void MergeFrom(
SayResponse
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\HelloGrpc.cs (10)
51
static readonly grpc::Marshaller<global::Example.Hello.
SayResponse
> __Marshaller_example_hello_SayResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Example.Hello.
SayResponse
.Parser));
54
static readonly grpc::Method<global::Example.Hello.SayRequest, global::Example.Hello.
SayResponse
> __Method_Say = new grpc::Method<global::Example.Hello.SayRequest, global::Example.Hello.
SayResponse
>(
72
public virtual global::System.Threading.Tasks.Task<global::Example.Hello.
SayResponse
> Say(global::Example.Hello.SayRequest request, grpc::ServerCallContext context)
107
public virtual global::Example.Hello.
SayResponse
Say(global::Example.Hello.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::Example.Hello.
SayResponse
Say(global::Example.Hello.SayRequest request, grpc::CallOptions options)
117
public virtual grpc::AsyncUnaryCall<global::Example.Hello.
SayResponse
> SayAsync(global::Example.Hello.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::Example.Hello.
SayResponse
> SayAsync(global::Example.Hello.SayRequest request, grpc::CallOptions options)
150
serviceBinder.AddMethod(__Method_Say, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Example.Hello.SayRequest, global::Example.Hello.
SayResponse
>(serviceImpl.Say));