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)
187Name = other.Name; 224Name = 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)
116if (Name != other.Name) return false; 124if (Name.Length != 0) hash ^= Name.GetHashCode(); 157if (Name.Length != 0) { 159output.WriteString(Name); 171if (Name.Length != 0) { 172size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 186if (other.Name.Length != 0) { 187Name = other.Name;