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