2 writes to SingleUint64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1256
SingleUint64
= other.SingleUint64;
1414
SingleUint64
= input.ReadUInt64();
10 references to SingleUint64
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
971
if (
SingleUint64
!= other.
SingleUint64
) return false;
995
if (
SingleUint64
!= 0UL) hash ^=
SingleUint64
.GetHashCode();
1117
if (
SingleUint64
!= 0UL) {
1119
output.WriteUInt64(
SingleUint64
);
1192
if (
SingleUint64
!= 0UL) {
1193
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(
SingleUint64
);
1255
if (other.
SingleUint64
!= 0UL) {
1256
SingleUint64 = other.
SingleUint64
;