ThreadStatic attribute

Here is a handy little attribute:

[ThreadStatic]
private static int count;

This attribute allows you to create a separate static instance of "count" per thread.
«November»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456