2 writes to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (2)
187
Name
= other.Name;
224
Name
= input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (10)
116
if (
Name
!= other.
Name
) return false;
124
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
157
if (
Name
.Length != 0) {
159
output.WriteString(
Name
);
171
if (
Name
.Length != 0) {
172
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
186
if (other.
Name
.Length != 0) {
187
Name = other.
Name
;