1 write to RepeatedStrings
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
ConverterTests\JsonConverterWriteTests.cs (1)
58RepeatedStrings =
4 references to RepeatedStrings
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
UnaryServerCallHandlerTests.cs (4)
305Assert.Equal(3, request!.RepeatedStrings.Count); 306Assert.Equal("One", request!.RepeatedStrings[0]); 307Assert.Equal("Two", request!.RepeatedStrings[1]); 308Assert.Equal("Three", request!.RepeatedStrings[2]);