2 writes to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
216Name = other.Name; 260Name = input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (10)
132if (Name != other.Name) return false; 141if (Name.Length != 0) hash ^= Name.GetHashCode(); 179if (Name.Length != 0) { 181output.WriteString(Name); 197if (Name.Length != 0) { 198size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 215if (other.Name.Length != 0) { 216Name = other.Name;