If I have a shared System.Diagnostics.Stopwatch instance, can multiple threads call shared.ElapsedTicks in a safe manner and get accurate results?<
System.Diagnostics.Stopwatch
shared.ElapsedTicks
From MSDN:
Any instance members are not guaranteed to be thread safe.