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