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