Пример #1
0
 internal LanguageInstructionDecoder(
     InstructionDecoder <
         TCompilation,
         TMethodSymbol,
         TModuleSymbol,
         TTypeSymbol,
         TTypeParameterSymbol
         > instructionDecoder
     )
 {
     _instructionDecoder = instructionDecoder;
 }
Пример #2
0
 internal LanguageInstructionDecoder(InstructionDecoder <TMethodSymbol> instructionDecoder)
 {
     _instructionDecoder = instructionDecoder;
 }
Пример #3
0
 internal FrameDecoder(InstructionDecoder instructionDecoder)
 {
     _instructionDecoder = instructionDecoder;
 }