Configuration to walk CFG of each function including the expression trees.
Walk the full program tree.
Walk the full program tree.
Use this config with caution since walking the full program tree might be expensive. In general you should consider using a cheaper configuration.
Minimal configuration to walk CFG of each function without touching the expression trees.
Contains predefined walker configurations.