3 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
3868
NullValue
= other.NullValue;
3905
NullValue
= (global::Google.Protobuf.WellKnownTypes.NullValue) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
180
NullValue
= (NullValue)1
10 references to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
3797
if (
NullValue
!= other.
NullValue
) return false;
3805
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^=
NullValue
.GetHashCode();
3838
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3840
output.WriteEnum((int)
NullValue
);
3852
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3853
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
NullValue
);
3867
if (other.
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3868
NullValue = other.
NullValue
;