2 instantiations of RequestThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
639
private static readonly pb::MessageParser<RequestThree> _parser = new pb::MessageParser<RequestThree>(() => new
RequestThree
());
677
return new
RequestThree
(this);
21 references to RequestThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (21)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (11)
85
new pbr::GeneratedClrTypeInfo(typeof(global::Params.
RequestThree
), global::Params.
RequestThree
.Parser, new[]{ "ParameterOne", "ParameterTwo", "ParameterThree" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }),
634
public sealed partial class RequestThree : pb::IMessage<
RequestThree
>
639
private static readonly pb::MessageParser<
RequestThree
> _parser = new pb::MessageParser<
RequestThree
>(() => new RequestThree());
643
public static pb::MessageParser<
RequestThree
> Parser { get { return _parser; } }
667
public RequestThree(
RequestThree
other) : this() {
676
public
RequestThree
Clone() {
722
return Equals(other as
RequestThree
);
727
public bool Equals(
RequestThree
other) {
802
public void MergeFrom(
RequestThree
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\ParametersGrpc.cs (10)
59
static readonly grpc::Marshaller<global::Params.
RequestThree
> __Marshaller_params_RequestThree = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Params.
RequestThree
.Parser));
106
static readonly grpc::Method<global::Params.
RequestThree
, global::Params.ParamResponse> __Method_DemoParametersSix = new grpc::Method<global::Params.
RequestThree
, global::Params.ParamResponse>(
230
public virtual global::System.Threading.Tasks.Task<global::Params.ParamResponse> DemoParametersSix(global::Params.
RequestThree
request, grpc::ServerCallContext context)
549
public virtual global::Params.ParamResponse DemoParametersSix(global::Params.
RequestThree
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
560
public virtual global::Params.ParamResponse DemoParametersSix(global::Params.
RequestThree
request, grpc::CallOptions options)
573
public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.
RequestThree
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
584
public virtual grpc::AsyncUnaryCall<global::Params.ParamResponse> DemoParametersSixAsync(global::Params.
RequestThree
request, grpc::CallOptions options)
755
serviceBinder.AddMethod(__Method_DemoParametersSix, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Params.
RequestThree
, global::Params.ParamResponse>(serviceImpl.DemoParametersSix));