Custom attributed that is used to mark a static field as being relative for each thread i.e. each thread has its own static field.
public class ThreadStaticAttribute : Attribute { public ThreadStaticAttribute() { } }