2 writes to ParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1047ParameterTwo = other.ParameterTwo; 1098ParameterTwo = input.ReadString();
10 references to ParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
958if (ParameterTwo != other.ParameterTwo) return false; 967if (ParameterTwo.Length != 0) hash ^= ParameterTwo.GetHashCode(); 1008if (ParameterTwo.Length != 0) { 1010output.WriteString(ParameterTwo); 1025if (ParameterTwo.Length != 0) { 1026size += 1 + pb::CodedOutputStream.ComputeStringSize(ParameterTwo); 1046if (other.ParameterTwo.Length != 0) { 1047ParameterTwo = other.ParameterTwo;