2 writes to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2130
SingleInt32
= other.SingleInt32;
2285
SingleInt32
= input.ReadInt32();
11 references to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1851
if (
SingleInt32
!= other.
SingleInt32
) return false;
1875
if (
SingleInt32
!= 0) hash ^=
SingleInt32
.GetHashCode();
1988
if (
SingleInt32
!= 0) {
1990
output.WriteInt32(
SingleInt32
);
2066
if (
SingleInt32
!= 0) {
2067
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
SingleInt32
);
2129
if (other.
SingleInt32
!= 0) {
2130
SingleInt32 = other.
SingleInt32
;
UnaryServerCallHandlerTests.cs (1)
1546
Assert.Equal(1, request!.Data.
SingleInt32
);