2 writes to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1329
NestedParameterThree
= other.NestedParameterThree;
1388
NestedParameterThree
= input.ReadInt64();
10 references to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1223
if (
NestedParameterThree
!= other.
NestedParameterThree
) return false;
1234
if (
NestedParameterThree
!= 0L) hash ^=
NestedParameterThree
.GetHashCode();
1285
if (
NestedParameterThree
!= 0L) {
1287
output.WriteInt64(
NestedParameterThree
);
1306
if (
NestedParameterThree
!= 0L) {
1307
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
NestedParameterThree
);
1328
if (other.
NestedParameterThree
!= 0L) {
1329
NestedParameterThree = other.
NestedParameterThree
;