2 writes to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1321NestedParameterTwo = other.NestedParameterTwo; 1379NestedParameterTwo = input.ReadString();
10 references to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
1217if (NestedParameterTwo != other.NestedParameterTwo) return false; 1228if (NestedParameterTwo.Length != 0) hash ^= NestedParameterTwo.GetHashCode(); 1276if (NestedParameterTwo.Length != 0) { 1278output.WriteString(NestedParameterTwo); 1298if (NestedParameterTwo.Length != 0) { 1299size += 1 + pb::CodedOutputStream.ComputeStringSize(NestedParameterTwo); 1320if (other.NestedParameterTwo.Length != 0) { 1321NestedParameterTwo = other.NestedParameterTwo;