4 references to InstructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (4)
FrameDecoder.cs (2)
33
private readonly
InstructionDecoder
<TCompilation, TMethodSymbol, TModuleSymbol, TTypeSymbol, TTypeParameterSymbol> _instructionDecoder;
35
internal FrameDecoder(
InstructionDecoder
<TCompilation, TMethodSymbol, TModuleSymbol, TTypeSymbol, TTypeParameterSymbol> instructionDecoder)
LanguageInstructionDecoder.cs (2)
26
private readonly
InstructionDecoder
<TCompilation, TMethodSymbol, TModuleSymbol, TTypeSymbol, TTypeParameterSymbol> _instructionDecoder;
28
internal LanguageInstructionDecoder(
InstructionDecoder
<TCompilation, TMethodSymbol, TModuleSymbol, TTypeSymbol, TTypeParameterSymbol> instructionDecoder)