Searched refs:MethodWithAttribute (Results 1 – 1 of 1) sorted by relevance
113 …public static IEnumerable<MethodWithAttribute<T>> GetMethodsWithAttribute<T>(this Type type, bool …116 ….Select(method => new MethodWithAttribute<T>(method, (T)method.GetCustomAttribute(typeof(T), inher…1877 public class MethodWithAttribute<T> where T : Attribute1879 public MethodWithAttribute(MethodInfo method, T attribute) in MethodWithAttribute() method in Antmicro.Renode.Utilities.T