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)
45
var compilation =
_instructionDecoder
.GetCompilation(instructionAddress.ModuleInstance);
46
var method =
_instructionDecoder
.GetMethod(compilation, instructionAddress);
50
return
_instructionDecoder
.GetCompactName(method);
57
return
_instructionDecoder
.GetName(method, includeParameterTypes, includeParameterNames);