You can use Reflector to easily see where new code branches for IIS7 are:
- Locate the System.Web.HttpRuntime.UseIntegratedPipeline property. Expand it and select get_UseIntegratedPipeline
- Right click and select ‘Analyzer’
- Expand ‘Used by’ to see all code that accesses this property
I will stop now…