1 write to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
LanguageInstructionDecoder.cs (1)
30_instructionDecoder = instructionDecoder;
4 references to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (4)
LanguageInstructionDecoder.cs (4)
45var compilation = _instructionDecoder.GetCompilation(instructionAddress.ModuleInstance); 46var method = _instructionDecoder.GetMethod(compilation, instructionAddress); 50return _instructionDecoder.GetCompactName(method); 57return _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames);