Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTypeExtensionsCacheTests.cs53 …new Tuple<int, Action>(2, () => methodInfo.IsExtensionCallable()), //first condition in method is …
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs47 public static bool IsExtensionCallable(this MethodInfo info) in IsExtensionCallable() method in Antmicro.Renode.Utilities.TypeExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1517 …pe) => TypeManager.Instance.GetExtensionMethods(type).Where(y => y.IsExtensionCallable()).OrderBy(…