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