2 references to GetDeclaredMethod
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (2)
ExpressionEvaluatorFatalError.cs (2)
31
var openSubKeyMethod = currentUserKey.GetType().GetTypeInfo().
GetDeclaredMethod
("OpenSubKey", new Type[] { typeof(string), typeof(bool) });
36
var getValueMethod = eeKey.GetType().GetTypeInfo().
GetDeclaredMethod
("GetValue", new Type[] { typeof(string) });