3 writes to OneofName2
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
230OneofName2 = other.OneofName2; 1037OneofName2 = other.OneofName2; 1265OneofName2 = input.ReadString();
7 references to OneofName2
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (7)
230OneofName2 = other.OneofName2; 624if (OneofName2 != other.OneofName2) return false; 658if (HasOneofName2) hash ^= OneofName2.GetHashCode(); 812output.WriteString(OneofName2); 894size += 1 + pb::CodedOutputStream.ComputeStringSize(OneofName2); 1037OneofName2 = other.OneofName2;