2 references to GetSerializer
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
161
INamedPipeSerializer responseNamedPipeSerializer =
GetSerializer
(response.GetType());
parent\dotnet\Commands\Test\MTP\IPC\ProtocolMessageSerializer.cs (1)
38
INamedPipeSerializer serializer =
GetSerializer
(message.GetType());