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