internal LanguageInstructionDecoder( InstructionDecoder < TCompilation, TMethodSymbol, TModuleSymbol, TTypeSymbol, TTypeParameterSymbol > instructionDecoder ) { _instructionDecoder = instructionDecoder; }
internal LanguageInstructionDecoder(InstructionDecoder <TMethodSymbol> instructionDecoder) { _instructionDecoder = instructionDecoder; }
internal FrameDecoder(InstructionDecoder instructionDecoder) { _instructionDecoder = instructionDecoder; }