Can I mark a class as not my code so the debugger steps over it?
You can use the DebuggerStepThrough attribute to skip over it.
You are looking for the DebuggerNonUserCode attribute.
You can use the DebuggerStepThrough attribute to skip over it.
You are looking for the DebuggerNonUserCode attribute.