2 writes to NullValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1025NullValue = other.NullValue; 1326NullValue = (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)
646if (NullValue != other.NullValue) return false; 680if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) hash ^= NullValue.GetHashCode(); 853if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 855output.WriteEnum((int) NullValue); 929if (NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 930size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) NullValue); 1024if (other.NullValue != global::Google.Protobuf.WellKnownTypes.NullValue.NullValue) { 1025NullValue = other.NullValue;