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