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