2 references to GetMethod
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
FrameDecoder.cs (1)
101
var method = _instructionDecoder.
GetMethod
(compilation, instructionAddress);
LanguageInstructionDecoder.cs (1)
46
var method = _instructionDecoder.
GetMethod
(compilation, instructionAddress);