12 references to SecondOneofCase
Microsoft.AspNetCore.Grpc.Swagger.Tests (12)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (12)
3353
case
SecondOneofCase
.SecondOne:
3356
case
SecondOneofCase
.SecondTwo:
3430
secondCase_ =
SecondOneofCase
.SecondOne;
3437
get { return secondCase_ ==
SecondOneofCase
.SecondOne; }
3456
secondCase_ =
SecondOneofCase
.SecondTwo;
3463
get { return secondCase_ ==
SecondOneofCase
.SecondTwo; }
3502
private
SecondOneofCase
secondCase_ =
SecondOneofCase
.None;
3505
public
SecondOneofCase
SecondCase {
3512
secondCase_ =
SecondOneofCase
.None;
3654
case
SecondOneofCase
.SecondOne:
3657
case
SecondOneofCase
.SecondTwo: