8 references to AllocateDataSlot
mscorlib (1)
system\security\accesscontrol\privilege.cs (1)
40private static LocalDataStoreSlot tlsSlot = Thread.AllocateDataSlot();
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
48_threadSlot = Thread.AllocateDataSlot();
Core\CSharp\System\Windows\OleServicesContext.cs (1)
361private static readonly LocalDataStoreSlot _threadDataSlot = Thread.AllocateDataSlot();
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (1)
3355private static readonly LocalDataStoreSlot s_tempDefinitionsDataSlot = Thread.AllocateDataSlot();
src\Framework\System\windows\Documents\TextEditor.cs (1)
2111private static LocalDataStoreSlot _threadLocalStoreSlot = Thread.AllocateDataSlot();
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3066private static LocalDataStoreSlot _moduleSlot = Thread.AllocateDataSlot();
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
149static LocalDataStoreSlot cacheSlot = Thread.AllocateDataSlot();
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
38_threadSlot = Thread.AllocateDataSlot();