2 instantiations of HttpRule
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
562
private static readonly pb::MessageParser<HttpRule> _parser = new pb::MessageParser<HttpRule>(() => new
HttpRule
());
622
return new
HttpRule
(this);
24 references to HttpRule
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (24)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customannotations.cs (3)
47
public static readonly pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::CustomHttpRule.
HttpRule
> Http =
48
new pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::CustomHttpRule.
HttpRule
>(72295728, pb::FieldCodec.ForMessage(578365826, global::CustomHttpRule.
HttpRule
.Parser));
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (21)
44
new pbr::GeneratedClrTypeInfo(typeof(global::CustomHttpRule.
HttpRule
), global::CustomHttpRule.
HttpRule
.Parser, new[]{ "Selector", "Get", "Put", "Post", "Delete", "Patch", "Custom", "Body", "ResponseBody", "AdditionalBindings" }, new[]{ "Pattern" }, null, null, null),
105
private static readonly pb::FieldCodec<global::CustomHttpRule.
HttpRule
> _repeated_rules_codec
106
= pb::FieldCodec.ForMessage(10, global::CustomHttpRule.
HttpRule
.Parser);
107
private readonly pbc::RepeatedField<global::CustomHttpRule.
HttpRule
> rules_ = new pbc::RepeatedField<global::CustomHttpRule.
HttpRule
>();
115
public pbc::RepeatedField<global::CustomHttpRule.
HttpRule
> Rules {
557
public sealed partial class HttpRule : pb::IMessage<
HttpRule
>
562
private static readonly pb::MessageParser<
HttpRule
> _parser = new pb::MessageParser<
HttpRule
>(() => new HttpRule());
566
public static pb::MessageParser<
HttpRule
> Parser { get { return _parser; } }
590
public HttpRule(
HttpRule
other) : this() {
621
public
HttpRule
Clone() {
848
private static readonly pb::FieldCodec<global::CustomHttpRule.
HttpRule
> _repeated_additionalBindings_codec
849
= pb::FieldCodec.ForMessage(90, global::CustomHttpRule.
HttpRule
.Parser);
850
private readonly pbc::RepeatedField<global::CustomHttpRule.
HttpRule
> additionalBindings_ = new pbc::RepeatedField<global::CustomHttpRule.
HttpRule
>();
858
public pbc::RepeatedField<global::CustomHttpRule.
HttpRule
> AdditionalBindings {
890
return Equals(other as
HttpRule
);
895
public bool Equals(
HttpRule
other) {
1079
public void MergeFrom(
HttpRule
other) {