Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DNativeBinder.cs127 … typeBuilder.DefineField(nameof(ExceptionKeeper), typeof(ExceptionKeeper), FieldAttributes.Public); in EnsureWrappersType()
142 exceptionKeeperField = wrappersType.GetField(nameof(ExceptionKeeper)); in EnsureWrappersType()
150 exceptionKeeperField.SetValue(wrappers, new ExceptionKeeper()); in CreateWrappersObject()
157 … var throwExceptions = typeof(ExceptionKeeper).GetMethod(nameof(ExceptionKeeper.ThrowExceptions)); in WrapImport()
231 … var addException = typeof(ExceptionKeeper).GetMethod(nameof(ExceptionKeeper.AddException)); in WrapExport()
278 … var printExceptions = typeof(ExceptionKeeper).GetMethod(nameof(ExceptionKeeper.PrintExceptions)); in WrapExport()
DExceptionKeeper.cs14 public class ExceptionKeeper class