2 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1011
NullValue
= other.NullValue;
1312
NullValue
= (global::Google.Protobuf.WellKnownTypes.NullValue) input.ReadEnum();
10 references to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
632
if (
NullValue
!= other.
NullValue
) return false;
666
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^=
NullValue
.GetHashCode();
839
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
841
output.WriteEnum((int)
NullValue
);
915
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
916
size += 2 + pb::CodedOutputStream.ComputeEnumSize((int)
NullValue
);
1010
if (other.
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
1011
NullValue = other.
NullValue
;