3 writes to StructValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
1014StructValue = new global::Google.Protobuf.WellKnownTypes.Struct(); 1313StructValue = new global::Google.Protobuf.WellKnownTypes.Struct();
ConverterTests\JsonConverterWriteTests.cs (1)
405StructValue = 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)
644if (!object.Equals(StructValue, other.StructValue)) return false; 678if (structValue_ != null) hash ^= StructValue.GetHashCode(); 847output.WriteMessage(StructValue); 924size += 2 + pb::CodedOutputStream.ComputeMessageSize(StructValue); 1016StructValue.MergeFrom(other.StructValue); 1315input.ReadMessage(StructValue);