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)
216
Name
= other.Name;
260
Name
= 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)
132
if (
Name
!= other.
Name
) return false;
141
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
179
if (
Name
.Length != 0) {
181
output.WriteString(
Name
);
197
if (
Name
.Length != 0) {
198
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
215
if (other.
Name
.Length != 0) {
216
Name = other.
Name
;