1 write to _threadSlot
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
38
_threadSlot
= Thread.AllocateDataSlot();
2 references to _threadSlot
WindowsBase (2)
Base\System\Windows\Interop\ComponentDispatcher.cs (2)
46
object obj = Thread.GetData(
_threadSlot
);
50
Thread.SetData(
_threadSlot
, data);