2 writes to B
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
4087B = other.B; 4132B = input.ReadInt32();
11 references to B
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
4001if (B != other.B) return false; 4010if (B != 0) hash ^= B.GetHashCode(); 4051if (B != 0) { 4053output.WriteInt32(B); 4068if (B != 0) { 4069size += 1 + pb::CodedOutputStream.ComputeInt32Size(B); 4086if (other.B != 0) { 4087B = other.B;
ConverterTests\JsonConverterReadTests.cs (1)
825Assert.Equal(20, m.B);