Searched refs:IsCallableIndexer (Results 1 – 3 of 3) sorted by relevance
52 …new Tuple<int, Action>(2, () => propertyInfo.IsCallableIndexer()), //first condition in method is …
32 public static bool IsCallableIndexer(this PropertyInfo info) in IsCallableIndexer() method in Antmicro.Renode.Utilities.TypeExtensions
1461 .Where(x => x.IsCallableIndexer()) in GetAvailableIndexers()