Esempio n. 1
0
 internal LanguageInstructionDecoder(
     InstructionDecoder <
         TCompilation,
         TMethodSymbol,
         TModuleSymbol,
         TTypeSymbol,
         TTypeParameterSymbol
         > instructionDecoder
     )
 {
     _instructionDecoder = instructionDecoder;
 }
Esempio n. 2
0
 internal LanguageInstructionDecoder(InstructionDecoder <TMethodSymbol> instructionDecoder)
 {
     _instructionDecoder = instructionDecoder;
 }
Esempio n. 3
0
 internal FrameDecoder(InstructionDecoder instructionDecoder)
 {
     _instructionDecoder = instructionDecoder;
 }