2 writes to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
544
ParameterOne
= other.ParameterOne;
608
ParameterOne
= input.ReadInt64();
10 references to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
434
if (
ParameterOne
!= other.
ParameterOne
) return false;
445
if (
ParameterOne
!= 0L) hash ^=
ParameterOne
.GetHashCode();
493
if (
ParameterOne
!= 0L) {
495
output.WriteInt64(
ParameterOne
);
519
if (
ParameterOne
!= 0L) {
520
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
ParameterOne
);
543
if (other.
ParameterOne
!= 0L) {
544
ParameterOne = other.
ParameterOne
;