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