4 writes to Name
Microsoft.AspNetCore.Grpc.Microbenchmarks (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (2)
191Name = other.Name; 228Name = input.ReadString();
Json\JsonReading.cs (1)
27_requestJson = (new HelloRequest() { Name = "Hello world" }).ToString();
Json\JsonWriting.cs (1)
27_request = new HelloRequest() { Name = "Hello world" };
10 references to Name
Microsoft.AspNetCore.Grpc.Microbenchmarks (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (10)
120if (Name != other.Name) return false; 128if (Name.Length != 0) hash ^= Name.GetHashCode(); 161if (Name.Length != 0) { 163output.WriteString(Name); 175if (Name.Length != 0) { 176size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 190if (other.Name.Length != 0) { 191Name = other.Name;