3 writes to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
217Uint32Value = new UInt32Value { Value = 3U },
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
513Uint32Value = new global::Google.Protobuf.WellKnownTypes.UInt32Value(); 697Uint32Value = new global::Google.Protobuf.WellKnownTypes.UInt32Value();
8 references to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
265if (!object.Equals(Uint32Value, other.Uint32Value)) return false; 282if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 386output.WriteMessage(Uint32Value); 436size += 1 + pb::CodedOutputStream.ComputeMessageSize(Uint32Value); 515Uint32Value.MergeFrom(other.Uint32Value); 699input.ReadMessage(Uint32Value);