8 references to AllocateDataSlot
mscorlib (1)
system\security\accesscontrol\privilege.cs (1)
40
private 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)
361
private static readonly LocalDataStoreSlot _threadDataSlot = Thread.
AllocateDataSlot
();
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (1)
3355
private static readonly LocalDataStoreSlot s_tempDefinitionsDataSlot = Thread.
AllocateDataSlot
();
src\Framework\System\windows\Documents\TextEditor.cs (1)
2111
private static LocalDataStoreSlot _threadLocalStoreSlot = Thread.
AllocateDataSlot
();
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3066
private static LocalDataStoreSlot _moduleSlot = Thread.
AllocateDataSlot
();
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
149
static LocalDataStoreSlot cacheSlot = Thread.
AllocateDataSlot
();
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
38
_threadSlot = Thread.
AllocateDataSlot
();