2 writes to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Httpbody.cs (2)
214
Name
= other.Name;
264
Name
= input.ReadString();
12 references to Name
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (12)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Httpbody.cs (10)
130
if (
Name
!= other.
Name
) return false;
139
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
177
if (
Name
.Length != 0) {
179
output.WriteString(
Name
);
195
if (
Name
.Length != 0) {
196
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
213
if (other.
Name
.Length != 0) {
214
Name = other.
Name
;
UnaryServerCallHandlerTests.cs (2)
1312
return Task.FromResult(new HelloReply { Message = $"Hello {r.
Name
}" });
1336
Assert.Equal("QueryStringTestName!", request!.
Name
);