2 writes to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (2)
632Subfield = other.Subfield; 674Subfield = input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (10)
556if (Subfield != other.Subfield) return false; 565if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 600if (Subfield.Length != 0) { 602output.WriteString(Subfield); 615if (Subfield.Length != 0) { 616size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 631if (other.Subfield.Length != 0) { 632Subfield = other.Subfield;