2 writes to ParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
547ParameterTwo = other.ParameterTwo; 612ParameterTwo = input.ReadString();
10 references to ParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
435if (ParameterTwo != other.ParameterTwo) return false; 446if (ParameterTwo.Length != 0) hash ^= ParameterTwo.GetHashCode(); 497if (ParameterTwo.Length != 0) { 499output.WriteString(ParameterTwo); 522if (ParameterTwo.Length != 0) { 523size += 1 + pb::CodedOutputStream.ComputeStringSize(ParameterTwo); 546if (other.ParameterTwo.Length != 0) { 547ParameterTwo = other.ParameterTwo;