2 instantiations of ThreadLocal
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
118m_locals = new ThreadLocal<ThreadLocalList>(); 635m_locals = new ThreadLocal<ThreadLocalList>();
12 references to ThreadLocal
mscorlib (11)
system\threading\ThreadLocal.cs (11)
35/// <see cref="ThreadLocal{T}"/> are thread-safe and may be used 82/// Initializes the <see cref="System.Threading.ThreadLocal{T}"/> instance. 90/// Initializes the <see cref="System.Threading.ThreadLocal{T}"/> instance. 100/// Initializes the <see cref="System.Threading.ThreadLocal{T}"/> instance with the 119/// Initializes the <see cref="System.Threading.ThreadLocal{T}"/> instance with the 240/// The <see cref="ThreadLocal{T}"/> instance has been disposed. 258/// The <see cref="ThreadLocal{T}"/> instance has been disposed. 455/// The <see cref="ThreadLocal{T}"/> instance has been disposed. 511/// The <see cref="ThreadLocal{T}"/> instance has been disposed. 785private readonly ThreadLocal<T> m_tlocal; 789public SystemThreading_ThreadLocalDebugView(ThreadLocal<T> tlocal)
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
65ThreadLocal<ThreadLocalList> m_locals;