3 instantiations of SayRequest
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
53
private static readonly pb::MessageParser<SayRequest> _parser = new pb::MessageParser<SayRequest>(() => new
SayRequest
());
90
return new
SayRequest
(this);
ConverterTests\JsonConverterWriteTests.cs (1)
574
var m = new
SayRequest
();
23 references to SayRequest
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (23)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (11)
39
new pbr::GeneratedClrTypeInfo(typeof(global::Example.Hello.
SayRequest
), global::Example.Hello.
SayRequest
.Parser, new[]{ "Name", "Country" }, null, null, null, null),
48
public sealed partial class SayRequest : pb::IMessage<
SayRequest
>
53
private static readonly pb::MessageParser<
SayRequest
> _parser = new pb::MessageParser<
SayRequest
>(() => new SayRequest());
57
public static pb::MessageParser<
SayRequest
> Parser { get { return _parser; } }
81
public SayRequest(
SayRequest
other) : this() {
89
public
SayRequest
Clone() {
120
return Equals(other as
SayRequest
);
125
public bool Equals(
SayRequest
other) {
211
public void MergeFrom(
SayRequest
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\HelloGrpc.cs (10)
49
static readonly grpc::Marshaller<global::Example.Hello.
SayRequest
> __Marshaller_example_hello_SayRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Example.Hello.
SayRequest
.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));
ConverterTests\JsonConverterReadTests.cs (1)
765
AssertReadJson<
SayRequest
>(json);
ConverterTests\JsonConverterWriteTests.cs (1)
574
var
m = new SayRequest();