If you have used the concurrency contention profile tool provided in vs 2010, you will notice that all the thread ids used in the report are not managed thread ids, which is annoying. I want to know which thread is which one and how can I easily map those thread ids (usually a 4-digit id) used in the report against the ManagedThreadID value I can get from the code?
Thank you.