2 references to GetDeclaredMethod
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionEvaluatorFatalError.cs (2)
31
var openSubKeyMethod = currentUserKey.GetType().GetTypeInfo().
GetDeclaredMethod
("OpenSubKey", [typeof(string), typeof(bool)]);
36
var getValueMethod = eeKey.GetType().GetTypeInfo().
GetDeclaredMethod
("GetValue", [typeof(string)]);