Home
last modified time | relevance | path

Searched refs:IsCallableIndexer (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTypeExtensionsCacheTests.cs52 …new Tuple<int, Action>(2, () => propertyInfo.IsCallableIndexer()), //first condition in method is …
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs32 public static bool IsCallableIndexer(this PropertyInfo info) in IsCallableIndexer() method in Antmicro.Renode.Utilities.TypeExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1461 .Where(x => x.IsCallableIndexer()) in GetAvailableIndexers()