4 instantiations of CustomHttpPattern
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (4)
1111Custom = new global::CustomHttpRule.CustomHttpPattern(); 1221global::CustomHttpRule.CustomHttpPattern subBuilder = new global::CustomHttpRule.CustomHttpPattern(); 1253private static readonly pb::MessageParser<CustomHttpPattern> _parser = new pb::MessageParser<CustomHttpPattern>(() => new CustomHttpPattern()); 1290return new CustomHttpPattern(this);
14 references to CustomHttpPattern
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (14)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (14)
45new pbr::GeneratedClrTypeInfo(typeof(global::CustomHttpRule.CustomHttpPattern), global::CustomHttpRule.CustomHttpPattern.Parser, new[]{ "Kind", "Path" }, null, null, null, null) 798public global::CustomHttpRule.CustomHttpPattern Custom { 799get { return patternCase_ == PatternOneofCase.Custom ? (global::CustomHttpRule.CustomHttpPattern) pattern_ : null; } 1221global::CustomHttpRule.CustomHttpPattern subBuilder = new global::CustomHttpRule.CustomHttpPattern(); 1248public sealed partial class CustomHttpPattern : pb::IMessage<CustomHttpPattern> 1253private static readonly pb::MessageParser<CustomHttpPattern> _parser = new pb::MessageParser<CustomHttpPattern>(() => new CustomHttpPattern()); 1257public static pb::MessageParser<CustomHttpPattern> Parser { get { return _parser; } } 1281public CustomHttpPattern(CustomHttpPattern other) : this() { 1289public CustomHttpPattern Clone() { 1326return Equals(other as CustomHttpPattern); 1331public bool Equals(CustomHttpPattern other) { 1417public void MergeFrom(CustomHttpPattern other) {