4 writes to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
994
ValueValue
= new global::Google.Protobuf.WellKnownTypes.Value();
1292
ValueValue
= new global::Google.Protobuf.WellKnownTypes.Value();
ConverterTests\JsonConverterWriteTests.cs (2)
323
ValueValue
= Value.ForStruct(new Struct
343
ValueValue
= Value.ForStruct(new Struct
8 references to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
629
if (!object.Equals(
ValueValue
, other.
ValueValue
)) return false;
663
if (valueValue_ != null) hash ^=
ValueValue
.GetHashCode();
829
output.WriteMessage(
ValueValue
);
907
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
ValueValue
);
996
ValueValue
.MergeFrom(other.
ValueValue
);
1294
input.ReadMessage(
ValueValue
);