4 writes to Name
Microsoft.AspNetCore.Grpc.Microbenchmarks (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (2)
191
Name
= other.Name;
228
Name
= 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)
120
if (
Name
!= other.
Name
) return false;
128
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
161
if (
Name
.Length != 0) {
163
output.WriteString(
Name
);
175
if (
Name
.Length != 0) {
176
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
190
if (other.
Name
.Length != 0) {
191
Name = other.
Name
;