2 writes to ParameterInt
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
265
ParameterInt
= other.ParameterInt;
309
ParameterInt
= input.ReadInt64();
10 references to ParameterInt
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
181
if (
ParameterInt
!= other.
ParameterInt
) return false;
190
if (
ParameterInt
!= 0L) hash ^=
ParameterInt
.GetHashCode();
228
if (
ParameterInt
!= 0L) {
230
output.WriteInt64(
ParameterInt
);
246
if (
ParameterInt
!= 0L) {
247
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
ParameterInt
);
264
if (other.
ParameterInt
!= 0L) {
265
ParameterInt = other.
ParameterInt
;