2 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1011NullValue = other.NullValue; 1312NullValue = (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)
632if (NullValue != other.NullValue) return false; 666if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^= NullValue.GetHashCode(); 839if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 841output.WriteEnum((int) NullValue); 915if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 916size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) NullValue); 1010if (other.NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 1011NullValue = other.NullValue;