Searched refs:ExceptionKeeper (Results 1 – 2 of 2) sorted by relevance
127 … 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()
14 public class ExceptionKeeper class