Return (thrown or passed as a return value) and retry (retry singleton).
Inheritance: StackUnwinder
Esempio n. 1
0
 public static bool IsProcConverterTarget(BlockParam/*!*/ bfc, MethodUnwinder/*!*/ unwinder) {
     Debug.Assert(unwinder != null);
     return bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter;
 }
Esempio n. 2
0
 public static bool IsProcConverterTarget(BlockParam /*!*/ bfc, MethodUnwinder /*!*/ unwinder)
 {
     Debug.Assert(unwinder != null);
     return(bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter);
 }