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