3 writes to firstCase_
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
3378
firstCase_
= FirstOneofCase.FirstOne;
3404
firstCase_
= FirstOneofCase.FirstTwo;
3491
firstCase_
= FirstOneofCase.None;
4 references to firstCase_
Microsoft.AspNetCore.Grpc.Swagger.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (4)
3385
get { return
firstCase_
== FirstOneofCase.FirstOne; }
3411
get { return
firstCase_
== FirstOneofCase.FirstTwo; }
3485
get { return
firstCase_
; }
3548
hash ^= (int)
firstCase_
;