4 writes to StringValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2620
StringValue
= other.StringValue;
2937
StringValue
= other.StringValue;
3076
StringValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
197
StringValue
= "A string",
11 references to StringValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2620
StringValue = other.
StringValue
;
2779
if (
StringValue
!= other.
StringValue
) return false;
2795
if (stringValue_ != null) hash ^=
StringValue
.GetHashCode();
2860
_single_stringValue_codec.WriteTagAndValue(ref output,
StringValue
);
2897
size += _single_stringValue_codec.CalculateSizeWithTag(
StringValue
);
2936
if (stringValue_ == null || other.
StringValue
!= "") {
2937
StringValue = other.
StringValue
;
ConverterTests\JsonConverterReadTests.cs (2)
655
Assert.Equal("A string", result.
StringValue
);
674
Assert.Equal("A string", result.
StringValue
);
UnaryServerCallHandlerTests.cs (1)
1683
Assert.Equal("1", request!.Wrappers.
StringValue
);