3 writes to Uint32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1729
Uint32Value
= other.Uint32Value;
2070
Uint32Value
= other.Uint32Value;
2221
Uint32Value
= value;
8 references to Uint32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1729
Uint32Value = other.
Uint32Value
;
1888
if (
Uint32Value
!= other.
Uint32Value
) return false;
1904
if (uint32Value_ != null) hash ^=
Uint32Value
.GetHashCode();
1981
_single_uint32Value_codec.WriteTagAndValue(ref output,
Uint32Value
);
2018
size += _single_uint32Value_codec.CalculateSizeWithTag(
Uint32Value
);
2069
if (uint32Value_ == null || other.
Uint32Value
!= 0) {
2070
Uint32Value = other.
Uint32Value
;