3 writes to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
227OneofName1 = other.OneofName1; 1034OneofName1 = other.OneofName1; 1261OneofName1 = input.ReadString();
7 references to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (7)
227OneofName1 = other.OneofName1; 623if (OneofName1 != other.OneofName1) return false; 657if (HasOneofName1) hash ^= OneofName1.GetHashCode(); 808output.WriteString(OneofName1); 891size += 1 + pb::CodedOutputStream.ComputeStringSize(OneofName1); 1034OneofName1 = other.OneofName1;