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