2 writes to ParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1043ParameterTwo = other.ParameterTwo; 1094ParameterTwo = 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)
954if (ParameterTwo != other.ParameterTwo) return false; 963if (ParameterTwo.Length != 0) hash ^= ParameterTwo.GetHashCode(); 1004if (ParameterTwo.Length != 0) { 1006output.WriteString(ParameterTwo); 1021if (ParameterTwo.Length != 0) { 1022size += 1 + pb::CodedOutputStream.ComputeStringSize(ParameterTwo); 1042if (other.ParameterTwo.Length != 0) { 1043ParameterTwo = other.ParameterTwo;