2 writes to SingleUint32
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1253
SingleUint32
= other.SingleUint32;
1410
SingleUint32
= input.ReadUInt32();
10 references to SingleUint32
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
970
if (
SingleUint32
!= other.
SingleUint32
) return false;
994
if (
SingleUint32
!= 0) hash ^=
SingleUint32
.GetHashCode();
1113
if (
SingleUint32
!= 0) {
1115
output.WriteUInt32(
SingleUint32
);
1189
if (
SingleUint32
!= 0) {
1190
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
SingleUint32
);
1252
if (other.
SingleUint32
!= 0) {
1253
SingleUint32 = other.
SingleUint32
;