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