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