3 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
3854
NullValue
= other.NullValue;
3891
NullValue
= (global::Google.Protobuf.WellKnownTypes.NullValue) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
179
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)
3783
if (
NullValue
!= other.
NullValue
) return false;
3791
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^=
NullValue
.GetHashCode();
3824
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3826
output.WriteEnum((int)
NullValue
);
3838
if (
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3839
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
NullValue
);
3853
if (other.
NullValue
!= global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) {
3854
NullValue = other.
NullValue
;