3 writes to OneofName2
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
244
OneofName2
= other.OneofName2;
1051
OneofName2
= other.OneofName2;
1279
OneofName2
= input.ReadString();
7 references to OneofName2
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (7)
244
OneofName2 = other.
OneofName2
;
638
if (
OneofName2
!= other.
OneofName2
) return false;
672
if (HasOneofName2) hash ^=
OneofName2
.GetHashCode();
826
output.WriteString(
OneofName2
);
908
size += 1 + pb::CodedOutputStream.ComputeStringSize(
OneofName2
);
1051
OneofName2 = other.
OneofName2
;