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