In my solution I have sources of Message Transport assembly. When debugging I would like to skip stepping into hairy sources of this assembly, but still I need to step into handler methods, which it calls. Is it possible to mark somehow that assembly so debugger will skip stepping into it's internal stuff?
It is not appropriate for me to change sources of that assembly, setting special attribute [DebuggerStepThrough].