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