33 references to PatternOneofCase
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (33)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (33)
596
case
PatternOneofCase
.Get:
599
case
PatternOneofCase
.Put:
602
case
PatternOneofCase
.Post:
605
case
PatternOneofCase
.Delete:
608
case
PatternOneofCase
.Patch:
611
case
PatternOneofCase
.Custom:
654
patternCase_ =
PatternOneofCase
.Get;
661
get { return patternCase_ ==
PatternOneofCase
.Get; }
683
patternCase_ =
PatternOneofCase
.Put;
690
get { return patternCase_ ==
PatternOneofCase
.Put; }
712
patternCase_ =
PatternOneofCase
.Post;
719
get { return patternCase_ ==
PatternOneofCase
.Post; }
741
patternCase_ =
PatternOneofCase
.Delete;
748
get { return patternCase_ ==
PatternOneofCase
.Delete; }
770
patternCase_ =
PatternOneofCase
.Patch;
777
get { return patternCase_ ==
PatternOneofCase
.Patch; }
799
get { return patternCase_ ==
PatternOneofCase
.Custom ? (global::CustomHttpRule.CustomHttpPattern) pattern_ : null; }
802
patternCase_ = value == null ?
PatternOneofCase
.None :
PatternOneofCase
.Custom;
873
private
PatternOneofCase
patternCase_ =
PatternOneofCase
.None;
876
public
PatternOneofCase
PatternCase {
883
patternCase_ =
PatternOneofCase
.None;
926
if (patternCase_ ==
PatternOneofCase
.Custom) hash ^= Custom.GetHashCode();
1024
if (patternCase_ ==
PatternOneofCase
.Custom) {
1061
if (patternCase_ ==
PatternOneofCase
.Custom) {
1094
case
PatternOneofCase
.Get:
1097
case
PatternOneofCase
.Put:
1100
case
PatternOneofCase
.Post:
1103
case
PatternOneofCase
.Delete:
1106
case
PatternOneofCase
.Patch:
1109
case
PatternOneofCase
.Custom:
1222
if (patternCase_ ==
PatternOneofCase
.Custom) {