4 writes to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
1008ValueValue = new global::Google.Protobuf.WellKnownTypes.Value(); 1306ValueValue = new global::Google.Protobuf.WellKnownTypes.Value();
ConverterTests\JsonConverterWriteTests.cs (2)
343ValueValue = Value.ForStruct(new Struct 363ValueValue = Value.ForStruct(new Struct
8 references to ValueValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
643if (!object.Equals(ValueValue, other.ValueValue)) return false; 677if (valueValue_ != null) hash ^= ValueValue.GetHashCode(); 843output.WriteMessage(ValueValue); 921size += 2 + pb::CodedOutputStream.ComputeMessageSize(ValueValue); 1010ValueValue.MergeFrom(other.ValueValue); 1308input.ReadMessage(ValueValue);