2 writes to A
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
4084
A
= other.A;
4128
A
= input.ReadInt32();
11 references to A
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
4000
if (
A
!= other.
A
) return false;
4009
if (
A
!= 0) hash ^=
A
.GetHashCode();
4047
if (
A
!= 0) {
4049
output.WriteInt32(
A
);
4065
if (
A
!= 0) {
4066
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
A
);
4083
if (other.
A
!= 0) {
4084
A = other.
A
;
ConverterTests\JsonConverterReadTests.cs (1)
824
Assert.Equal(10, m.
A
);