3 writes to ListValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
1020
ListValue
= new global::Google.Protobuf.WellKnownTypes.ListValue();
1320
ListValue
= new global::Google.Protobuf.WellKnownTypes.ListValue();
ConverterTests\JsonConverterWriteTests.cs (1)
442
ListValue
= new ListValue
8 references to ListValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
645
if (!object.Equals(
ListValue
, other.
ListValue
)) return false;
679
if (listValue_ != null) hash ^=
ListValue
.GetHashCode();
851
output.WriteMessage(
ListValue
);
927
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
ListValue
);
1022
ListValue
.MergeFrom(other.
ListValue
);
1322
input.ReadMessage(
ListValue
);