2 writes to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1326NestedParameterTwo = other.NestedParameterTwo; 1384NestedParameterTwo = input.ReadString();
10 references to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1222if (NestedParameterTwo != other.NestedParameterTwo) return false; 1233if (NestedParameterTwo.Length != 0) hash ^= NestedParameterTwo.GetHashCode(); 1281if (NestedParameterTwo.Length != 0) { 1283output.WriteString(NestedParameterTwo); 1303if (NestedParameterTwo.Length != 0) { 1304size += 1 + pb::CodedOutputStream.ComputeStringSize(NestedParameterTwo); 1325if (other.NestedParameterTwo.Length != 0) { 1326NestedParameterTwo = other.NestedParameterTwo;