3 writes to oneofTestCase_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
366
oneofTestCase_
= OneofTestOneofCase.OneofName1;
392
oneofTestCase_
= OneofTestOneofCase.OneofName2;
594
oneofTestCase_
= OneofTestOneofCase.None;
4 references to oneofTestCase_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (4)
373
get { return
oneofTestCase_
== OneofTestOneofCase.OneofName1; }
399
get { return
oneofTestCase_
== OneofTestOneofCase.OneofName2; }
588
get { return
oneofTestCase_
; }
673
hash ^= (int)
oneofTestCase_
;