Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTypeExtensionsCacheTests.cs49 …new Tuple<int, Action>(2, () => methodInfo.IsCallable()), //first condition in method is false, so…
50 new Tuple<int, Action>(3, () => propertyInfo.IsCallable()),
51 …new Tuple<int, Action>(4, () => fieldInfo.IsCallable()), //recursive call of IsTypeConvertible ins…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs27 public static bool IsCallable(this PropertyInfo info) in IsCallable() method in Antmicro.Renode.Utilities.TypeExtensions
37 public static bool IsCallable(this FieldInfo info) in IsCallable() method in Antmicro.Renode.Utilities.TypeExtensions
42 public static bool IsCallable(this MethodInfo info) in IsCallable() method in Antmicro.Renode.Utilities.TypeExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1475 .Where(x => x.IsCallable()) in GetAvailableProperties()
1489 .Where(x => x.IsCallable()) in GetAvailableFields()
1509 && x.IsCallable() in GetAvailableMethods()