2 writes to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
353
Name
= other.Name;
434
Name
= input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
238
if (
Name
!= other.
Name
) return false;
250
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
300
if (
Name
.Length != 0) {
302
output.WriteString(
Name
);
327
if (
Name
.Length != 0) {
328
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
352
if (other.
Name
.Length != 0) {
353
Name = other.
Name
;