2 writes to Name
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (2)
213Name = other.Name; 257Name = input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.Microbenchmarks (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (10)
129if (Name != other.Name) return false; 138if (Name.Length != 0) hash ^= Name.GetHashCode(); 176if (Name.Length != 0) { 178output.WriteString(Name); 194if (Name.Length != 0) { 195size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 212if (other.Name.Length != 0) { 213Name = other.Name;