Searched refs:IsExtensionCallable (Results 1 – 3 of 3) sorted by relevance
53 …new Tuple<int, Action>(2, () => methodInfo.IsExtensionCallable()), //first condition in method is …
47 public static bool IsExtensionCallable(this MethodInfo info) in IsExtensionCallable() method in Antmicro.Renode.Utilities.TypeExtensions
1517 …pe) => TypeManager.Instance.GetExtensionMethods(type).Where(y => y.IsExtensionCallable()).OrderBy(…