3 writes to ListValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1006
ListValue
= new global::Google.Protobuf.WellKnownTypes.ListValue();
1306
ListValue
= new global::Google.Protobuf.WellKnownTypes.ListValue();
ConverterTests\JsonConverterWriteTests.cs (1)
422
ListValue
= new ListValue
8 references to ListValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
631
if (!object.Equals(
ListValue
, other.
ListValue
)) return false;
665
if (listValue_ != null) hash ^=
ListValue
.GetHashCode();
837
output.WriteMessage(
ListValue
);
913
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
ListValue
);
1008
ListValue
.MergeFrom(other.
ListValue
);
1308
input.ReadMessage(
ListValue
);