2 instantiations of SayResponse
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (2)
240private static readonly pb::MessageParser<SayResponse> _parser = new pb::MessageParser<SayResponse>(() => new SayResponse()); 276return new SayResponse(this);
21 references to SayResponse
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (11)
37new pbr::GeneratedClrTypeInfo(typeof(global::Custom.Http.Rule.SayResponse), global::Custom.Http.Rule.SayResponse.Parser, new[]{ "Message" }, null, null, null, null) 235public sealed partial class SayResponse : pb::IMessage<SayResponse> 240private static readonly pb::MessageParser<SayResponse> _parser = new pb::MessageParser<SayResponse>(() => new SayResponse()); 244public static pb::MessageParser<SayResponse> Parser { get { return _parser; } } 268public SayResponse(SayResponse other) : this() { 275public SayResponse Clone() { 294return Equals(other as SayResponse); 299public bool Equals(SayResponse other) { 372public void MergeFrom(SayResponse other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\HelloGrpc.cs (10)
51static readonly grpc::Marshaller<global::Custom.Http.Rule.SayResponse> __Marshaller_custom_http_rule_SayResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Custom.Http.Rule.SayResponse.Parser)); 54static 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>( 72public virtual global::System.Threading.Tasks.Task<global::Custom.Http.Rule.SayResponse> Say(global::Custom.Http.Rule.SayRequest request, grpc::ServerCallContext context) 107public 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)) 112public virtual global::Custom.Http.Rule.SayResponse Say(global::Custom.Http.Rule.SayRequest request, grpc::CallOptions options) 117public 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)) 122public virtual grpc::AsyncUnaryCall<global::Custom.Http.Rule.SayResponse> SayAsync(global::Custom.Http.Rule.SayRequest request, grpc::CallOptions options) 150serviceBinder.AddMethod(__Method_Say, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Custom.Http.Rule.SayRequest, global::Custom.Http.Rule.SayResponse>(serviceImpl.Say));