Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DNativeBinder.cs142 exceptionKeeperField = wrappersType.GetField(nameof(ExceptionKeeper)); in EnsureWrappersType()
150 exceptionKeeperField.SetValue(wrappers, new ExceptionKeeper()); in CreateWrappersObject()
177 il.Emit(OpCodes.Ldfld, exceptionKeeperField); in WrapImport()
263 il.Emit(OpCodes.Ldfld, exceptionKeeperField); in WrapExport()
280 il.Emit(OpCodes.Ldfld, exceptionKeeperField); in WrapExport()
482 private FieldInfo exceptionKeeperField; field in Antmicro.Renode.Utilities.Binding.NativeBinder