2 writes to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
205
Name
= other.Name;
242
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)
134
if (
Name
!= other.
Name
) return false;
142
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
175
if (
Name
.Length != 0) {
177
output.WriteString(
Name
);
189
if (
Name
.Length != 0) {
190
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
204
if (other.
Name
.Length != 0) {
205
Name = other.
Name
;