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