3 writes to oneofTestCase_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
380oneofTestCase_ = OneofTestOneofCase.OneofName1; 406oneofTestCase_ = OneofTestOneofCase.OneofName2; 608oneofTestCase_ = OneofTestOneofCase.None;
4 references to oneofTestCase_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (4)
387get { return oneofTestCase_ == OneofTestOneofCase.OneofName1; } 413get { return oneofTestCase_ == OneofTestOneofCase.OneofName2; } 602get { return oneofTestCase_; } 687hash ^= (int) oneofTestCase_;