2 writes to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net9.0\Proto\Httpbody.cs (2)
422Name = other.Name; 459Name = input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net9.0\Proto\Httpbody.cs (10)
351if (Name != other.Name) return false; 359if (Name.Length != 0) hash ^= Name.GetHashCode(); 392if (Name.Length != 0) { 394output.WriteString(Name); 406if (Name.Length != 0) { 407size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 421if (other.Name.Length != 0) { 422Name = other.Name;