I reproduce, but it is specific to VS2010. There is no such behavior in VS2008, both are performed in less than 1 tick. It is also independent of the .NET version.
This looks like a bug in IntelliTrace, available in the Ultimate version. Trying to dig deeper and turn unmanaged code debugging while removing effect. Project + Properties, Debug tab, check "Enable unmanaged code debugging." In addition, starting the program without a debugger (Ctrl + F5) removes the effect. Slam-dunk - Tools + Options, IntelliTrace, General, untick Enable to remove the effect.
I recommend that you publish your results on connect.microsoft.com. You can link to this thread in your feedback report. Everything they need to know to diagnose the problem is available.
As noted, a workaround is to disable IntelliTrace. This is guaranteed to be no problem on your client machine.
Hans passant
source share