Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs923 var context = CreateInvocationContext(device, info); in InvokeGet()
946 var context = CreateInvocationContext(device, info); in InvokeSet()
984 var context = CreateInvocationContext(device, method); in InvokeMethod()
997 var context = CreateInvocationContext(device, property); in InvokeSetIndex()
1010 var context = CreateInvocationContext(device, property); in InvokeGetIndex()
1040 private static InvokeContext CreateInvocationContext(object device, MemberInfo info) in CreateInvocationContext() method in Antmicro.Renode.UserInterface.Monitor