2 instantiations of ThreadLocal
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
118
m_locals = new
ThreadLocal
<ThreadLocalList>();
635
m_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.
785
private readonly
ThreadLocal
<T> m_tlocal;
789
public SystemThreading_ThreadLocalDebugView(
ThreadLocal
<T> tlocal)
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
65
ThreadLocal
<ThreadLocalList> m_locals;