2 writes to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1636Subfield = other.Subfield; 1673Subfield = input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
1565if (Subfield != other.Subfield) return false; 1573if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 1606if (Subfield.Length != 0) { 1608output.WriteString(Subfield); 1620if (Subfield.Length != 0) { 1621size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 1635if (other.Subfield.Length != 0) { 1636Subfield = other.Subfield;