4 writes to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2621
Int32Value
= other.Int32Value;
2942
Int32Value
= other.Int32Value;
3083
Int32Value
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
195
Int32Value
= 1,
9 references to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2621
Int32Value = other.
Int32Value
;
2780
if (
Int32Value
!= other.
Int32Value
) return false;
2796
if (int32Value_ != null) hash ^=
Int32Value
.GetHashCode();
2863
_single_int32Value_codec.WriteTagAndValue(ref output,
Int32Value
);
2900
size += _single_int32Value_codec.CalculateSizeWithTag(
Int32Value
);
2941
if (int32Value_ == null || other.
Int32Value
!= 0) {
2942
Int32Value = other.
Int32Value
;
UnaryServerCallHandlerTests.cs (1)
1684
Assert.Equal(2, request!.Wrappers.
Int32Value
);