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