4 writes to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
1008
ValueValue
= new global::Google.Protobuf.WellKnownTypes.Value();
1306
ValueValue
= new global::Google.Protobuf.WellKnownTypes.Value();
ConverterTests\JsonConverterWriteTests.cs (2)
343
ValueValue
= Value.ForStruct(new Struct
363
ValueValue
= Value.ForStruct(new Struct
8 references to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
643
if (!object.Equals(
ValueValue
, other.
ValueValue
)) return false;
677
if (valueValue_ != null) hash ^=
ValueValue
.GetHashCode();
843
output.WriteMessage(
ValueValue
);
921
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
ValueValue
);
1010
ValueValue
.MergeFrom(other.
ValueValue
);
1308
input.ReadMessage(
ValueValue
);