2 writes to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2144
SingleInt32
= other.SingleInt32;
2299
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)
1865
if (
SingleInt32
!= other.
SingleInt32
) return false;
1889
if (
SingleInt32
!= 0) hash ^=
SingleInt32
.GetHashCode();
2002
if (
SingleInt32
!= 0) {
2004
output.WriteInt32(
SingleInt32
);
2080
if (
SingleInt32
!= 0) {
2081
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
SingleInt32
);
2143
if (other.
SingleInt32
!= 0) {
2144
SingleInt32 = other.
SingleInt32
;
UnaryServerCallHandlerTests.cs (1)
1547
Assert.Equal(1, request!.Data.
SingleInt32
);