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