1 write to MapStrings
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
ConverterTests\JsonConverterWriteTests.cs (1)
89
MapStrings
=
7 references to MapStrings
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
619
if (!
MapStrings
.Equals(other.
MapStrings
)) return false;
653
hash ^=
MapStrings
.GetHashCode();
UnaryServerCallHandlerTests.cs (4)
405
Assert.Equal(3, request!.
MapStrings
.Count);
406
Assert.Equal("One", request!.
MapStrings
["key1"]);
407
Assert.Equal("Two", request!.
MapStrings
["key2"]);
408
Assert.Equal("Three", request!.
MapStrings
["key3"]);