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