2 references to GetMethodDef
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
DebuggerDisplayAttributeTests.cs (1)
221var methodDef = reader.GetMethodDef(typeDef, result.MethodName);
ExpressionCompilerTests.cs (1)
2555var methodDef = reader.GetMethodDef(typeDef, result.MethodName);