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