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