2 instantiations of StringRequest
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
65
private static readonly pb::MessageParser<StringRequest> _parser = new pb::MessageParser<StringRequest>(() => new
StringRequest
());
101
return new
StringRequest
(this);
31 references to StringRequest
Microsoft.AspNetCore.Grpc.Swagger.Tests (31)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (11)
47
new pbr::GeneratedClrTypeInfo(typeof(global::Xmldoc.
StringRequest
), global::Xmldoc.
StringRequest
.Parser, new[]{ "Name" }, null, null, null, null),
60
public sealed partial class StringRequest : pb::IMessage<
StringRequest
>
65
private static readonly pb::MessageParser<
StringRequest
> _parser = new pb::MessageParser<
StringRequest
>(() => new StringRequest());
69
public static pb::MessageParser<
StringRequest
> Parser { get { return _parser; } }
93
public StringRequest(
StringRequest
other) : this() {
100
public
StringRequest
Clone() {
122
return Equals(other as
StringRequest
);
127
public bool Equals(
StringRequest
other) {
200
public void MergeFrom(
StringRequest
other) {
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs (18)
56
static readonly grpc::Marshaller<global::Xmldoc.
StringRequest
> __Marshaller_xmldoc_StringRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Xmldoc.
StringRequest
.Parser));
63
static readonly grpc::Method<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply> __Method_BasicGet = new grpc::Method<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply>(
87
static readonly grpc::Method<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply> __Method_BasicDelete = new grpc::Method<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply>(
119
public virtual global::System.Threading.Tasks.Task<global::Xmldoc.StringReply> BasicGet(global::Xmldoc.
StringRequest
request, grpc::ServerCallContext context)
155
public virtual global::System.Threading.Tasks.Task<global::Xmldoc.StringReply> BasicDelete(global::Xmldoc.
StringRequest
request, grpc::ServerCallContext context)
210
public virtual global::Xmldoc.StringReply BasicGet(global::Xmldoc.
StringRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
221
public virtual global::Xmldoc.StringReply BasicGet(global::Xmldoc.
StringRequest
request, grpc::CallOptions options)
234
public virtual grpc::AsyncUnaryCall<global::Xmldoc.StringReply> BasicGetAsync(global::Xmldoc.
StringRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
245
public virtual grpc::AsyncUnaryCall<global::Xmldoc.StringReply> BasicGetAsync(global::Xmldoc.
StringRequest
request, grpc::CallOptions options)
354
public virtual global::Xmldoc.StringReply BasicDelete(global::Xmldoc.
StringRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
365
public virtual global::Xmldoc.StringReply BasicDelete(global::Xmldoc.
StringRequest
request, grpc::CallOptions options)
378
public virtual grpc::AsyncUnaryCall<global::Xmldoc.StringReply> BasicDeleteAsync(global::Xmldoc.
StringRequest
request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
389
public virtual grpc::AsyncUnaryCall<global::Xmldoc.StringReply> BasicDeleteAsync(global::Xmldoc.
StringRequest
request, grpc::CallOptions options)
469
serviceBinder.AddMethod(__Method_BasicGet, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply>(serviceImpl.BasicGet));
472
serviceBinder.AddMethod(__Method_BasicDelete, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Xmldoc.
StringRequest
, global::Xmldoc.StringReply>(serviceImpl.BasicDelete));
Services\XmlDocService.cs (1)
19
public override Task<StringReply> BasicGet(
StringRequest
request, ServerCallContext context)
Services\XmlDocServiceWithComments.cs (1)
33
public override Task<StringReply> BasicGet(
StringRequest
request, ServerCallContext context)