2 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1025
NullValue
= other.NullValue;
1326
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)
646
if (
NullValue
!= other.
NullValue
) return false;
680
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^=
NullValue
.GetHashCode();
853
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
855
output.WriteEnum((int)
NullValue
);
929
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
930
size += 2 + pb::CodedOutputStream.ComputeEnumSize((int)
NullValue
);
1024
if (other.
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
1025
NullValue = other.
NullValue
;