3 writes to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
241OneofName1 = other.OneofName1; 1048OneofName1 = other.OneofName1; 1275OneofName1 = input.ReadString();
7 references to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (7)
241OneofName1 = other.OneofName1; 637if (OneofName1 != other.OneofName1) return false; 671if (HasOneofName1) hash ^= OneofName1.GetHashCode(); 822output.WriteString(OneofName1); 905size += 1 + pb::CodedOutputStream.ComputeStringSize(OneofName1); 1048OneofName1 = other.OneofName1;