2 writes to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1324NestedParameterThree = other.NestedParameterThree; 1383NestedParameterThree = input.ReadInt64();
10 references to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
1218if (NestedParameterThree != other.NestedParameterThree) return false; 1229if (NestedParameterThree != 0L) hash ^= NestedParameterThree.GetHashCode(); 1280if (NestedParameterThree != 0L) { 1282output.WriteInt64(NestedParameterThree); 1301if (NestedParameterThree != 0L) { 1302size += 1 + pb::CodedOutputStream.ComputeInt64Size(NestedParameterThree); 1323if (other.NestedParameterThree != 0L) { 1324NestedParameterThree = other.NestedParameterThree;