2 writes to SingleInt64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1250
SingleInt64
= other.SingleInt64;
1406
SingleInt64
= input.ReadInt64();
10 references to SingleInt64
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
969
if (
SingleInt64
!= other.
SingleInt64
) return false;
993
if (
SingleInt64
!= 0L) hash ^=
SingleInt64
.GetHashCode();
1109
if (
SingleInt64
!= 0L) {
1111
output.WriteInt64(
SingleInt64
);
1186
if (
SingleInt64
!= 0L) {
1187
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
SingleInt64
);
1249
if (other.
SingleInt64
!= 0L) {
1250
SingleInt64 = other.
SingleInt64
;