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