3 writes to StructValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1000StructValue = new global::Google.Protobuf.WellKnownTypes.Struct(); 1299StructValue = new global::Google.Protobuf.WellKnownTypes.Struct();
ConverterTests\JsonConverterWriteTests.cs (1)
385StructValue = new Struct
8 references to StructValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
630if (!object.Equals(StructValue, other.StructValue)) return false; 664if (structValue_ != null) hash ^= StructValue.GetHashCode(); 833output.WriteMessage(StructValue); 910size += 2 + pb::CodedOutputStream.ComputeMessageSize(StructValue); 1002StructValue.MergeFrom(other.StructValue); 1301input.ReadMessage(StructValue);