3 writes to oneofTestCase_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
380
oneofTestCase_
= OneofTestOneofCase.OneofName1;
406
oneofTestCase_
= OneofTestOneofCase.OneofName2;
608
oneofTestCase_
= 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)
387
get { return
oneofTestCase_
== OneofTestOneofCase.OneofName1; }
413
get { return
oneofTestCase_
== OneofTestOneofCase.OneofName2; }
602
get { return
oneofTestCase_
; }
687
hash ^= (int)
oneofTestCase_
;