4 writes to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
994ValueValue = new global::Google.Protobuf.WellKnownTypes.Value(); 1292ValueValue = new global::Google.Protobuf.WellKnownTypes.Value();
ConverterTests\JsonConverterWriteTests.cs (2)
323ValueValue = Value.ForStruct(new Struct 343ValueValue = Value.ForStruct(new Struct
8 references to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
629if (!object.Equals(ValueValue, other.ValueValue)) return false; 663if (valueValue_ != null) hash ^= ValueValue.GetHashCode(); 829output.WriteMessage(ValueValue); 907size += 2 + pb::CodedOutputStream.ComputeMessageSize(ValueValue); 996ValueValue.MergeFrom(other.ValueValue); 1294input.ReadMessage(ValueValue);