4 writes to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2607
Int32Value
= other.Int32Value;
2928
Int32Value
= other.Int32Value;
3069
Int32Value
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
194
Int32Value
= 1,
9 references to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2607
Int32Value = other.
Int32Value
;
2766
if (
Int32Value
!= other.
Int32Value
) return false;
2782
if (int32Value_ != null) hash ^=
Int32Value
.GetHashCode();
2849
_single_int32Value_codec.WriteTagAndValue(ref output,
Int32Value
);
2886
size += _single_int32Value_codec.CalculateSizeWithTag(
Int32Value
);
2927
if (int32Value_ == null || other.
Int32Value
!= 0) {
2928
Int32Value = other.
Int32Value
;
UnaryServerCallHandlerTests.cs (1)
1683
Assert.Equal(2, request!.Wrappers.
Int32Value
);