2 writes to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
550
ParameterThree
= other.ParameterThree;
616
ParameterThree
= input.ReadInt64();
10 references to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
436
if (
ParameterThree
!= other.
ParameterThree
) return false;
447
if (
ParameterThree
!= 0L) hash ^=
ParameterThree
.GetHashCode();
501
if (
ParameterThree
!= 0L) {
503
output.WriteInt64(
ParameterThree
);
525
if (
ParameterThree
!= 0L) {
526
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
ParameterThree
);
549
if (other.
ParameterThree
!= 0L) {
550
ParameterThree = other.
ParameterThree
;