3 writes to firstCase_
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
3378firstCase_ = FirstOneofCase.FirstOne; 3404firstCase_ = FirstOneofCase.FirstTwo; 3491firstCase_ = 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)
3385get { return firstCase_ == FirstOneofCase.FirstOne; } 3411get { return firstCase_ == FirstOneofCase.FirstTwo; } 3485get { return firstCase_; } 3548hash ^= (int) firstCase_;