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)
46object obj = Thread.GetData(_threadSlot); 50Thread.SetData(_threadSlot, data);