4 writes to StringValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2606
StringValue
= other.StringValue;
2923
StringValue
= other.StringValue;
3062
StringValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
196
StringValue
= "A string",
9 references to StringValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2606
StringValue = other.
StringValue
;
2765
if (
StringValue
!= other.
StringValue
) return false;
2781
if (stringValue_ != null) hash ^=
StringValue
.GetHashCode();
2846
_single_stringValue_codec.WriteTagAndValue(ref output,
StringValue
);
2883
size += _single_stringValue_codec.CalculateSizeWithTag(
StringValue
);
2922
if (stringValue_ == null || other.
StringValue
!= "") {
2923
StringValue = other.
StringValue
;
UnaryServerCallHandlerTests.cs (1)
1682
Assert.Equal("1", request!.Wrappers.
StringValue
);