2 writes to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Httpbody.cs (2)
424
Name
= other.Name;
461
Name
= input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Httpbody.cs (10)
353
if (
Name
!= other.
Name
) return false;
361
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
394
if (
Name
.Length != 0) {
396
output.WriteString(
Name
);
408
if (
Name
.Length != 0) {
409
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
423
if (other.
Name
.Length != 0) {
424
Name = other.
Name
;