2 writes to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
430
Name
= other.Name;
480
Name
= input.ReadString();
10 references to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (10)
346
if (
Name
!= other.
Name
) return false;
355
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
393
if (
Name
.Length != 0) {
395
output.WriteString(
Name
);
411
if (
Name
.Length != 0) {
412
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
429
if (other.
Name
.Length != 0) {
430
Name = other.
Name
;