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)
562private static readonly pb::MessageParser<HttpRule> _parser = new pb::MessageParser<HttpRule>(() => new HttpRule()); 622return 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)
47public static readonly pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::CustomHttpRule.HttpRule> Http = 48new 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)
44new 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), 105private static readonly pb::FieldCodec<global::CustomHttpRule.HttpRule> _repeated_rules_codec 106= pb::FieldCodec.ForMessage(10, global::CustomHttpRule.HttpRule.Parser); 107private readonly pbc::RepeatedField<global::CustomHttpRule.HttpRule> rules_ = new pbc::RepeatedField<global::CustomHttpRule.HttpRule>(); 115public pbc::RepeatedField<global::CustomHttpRule.HttpRule> Rules { 557public sealed partial class HttpRule : pb::IMessage<HttpRule> 562private static readonly pb::MessageParser<HttpRule> _parser = new pb::MessageParser<HttpRule>(() => new HttpRule()); 566public static pb::MessageParser<HttpRule> Parser { get { return _parser; } } 590public HttpRule(HttpRule other) : this() { 621public HttpRule Clone() { 848private static readonly pb::FieldCodec<global::CustomHttpRule.HttpRule> _repeated_additionalBindings_codec 849= pb::FieldCodec.ForMessage(90, global::CustomHttpRule.HttpRule.Parser); 850private readonly pbc::RepeatedField<global::CustomHttpRule.HttpRule> additionalBindings_ = new pbc::RepeatedField<global::CustomHttpRule.HttpRule>(); 858public pbc::RepeatedField<global::CustomHttpRule.HttpRule> AdditionalBindings { 890return Equals(other as HttpRule); 895public bool Equals(HttpRule other) { 1079public void MergeFrom(HttpRule other) {