3 writes to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
227
OneofName1
= other.OneofName1;
1034
OneofName1
= other.OneofName1;
1261
OneofName1
= input.ReadString();
7 references to OneofName1
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (7)
227
OneofName1 = other.
OneofName1
;
623
if (
OneofName1
!= other.
OneofName1
) return false;
657
if (HasOneofName1) hash ^=
OneofName1
.GetHashCode();
808
output.WriteString(
OneofName1
);
891
size += 1 + pb::CodedOutputStream.ComputeStringSize(
OneofName1
);
1034
OneofName1 = other.
OneofName1
;