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