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