public static bool IsProcConverterTarget(BlockParam/*!*/ bfc, MethodUnwinder/*!*/ unwinder) { Debug.Assert(unwinder != null); return bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter; }
public static bool IsProcConverterTarget(BlockParam /*!*/ bfc, MethodUnwinder /*!*/ unwinder) { Debug.Assert(unwinder != null); return(bfc.IsLibProcConverter && unwinder.TargetFrame == bfc.Proc.Converter); }