1 instantiation of LocalDataStoreSlot
mscorlib (1)
system\_localdatastoremgr.cs (1)
195
slot = new
LocalDataStoreSlot
(this, availableSlot, checked(m_CookieGenerator++));
32 references to LocalDataStoreSlot
mscorlib (23)
system\_localdatastore.cs (3)
117
public Object GetData(
LocalDataStoreSlot
slot)
152
public void SetData(
LocalDataStoreSlot
slot, Object data)
203
private LocalDataStoreElement PopulateElement(
LocalDataStoreSlot
slot)
system\_localdatastoremgr.cs (9)
144
public
LocalDataStoreSlot
AllocateDataSlot()
151
LocalDataStoreSlot
slot;
214
public
LocalDataStoreSlot
AllocateNamedDataSlot(String name)
222
LocalDataStoreSlot
slot = AllocateDataSlot();
241
public
LocalDataStoreSlot
GetNamedDataSlot(String name)
249
LocalDataStoreSlot
slot = m_KeyToSlotMap.GetValueOrDefault(name);
319
public void ValidateSlot(
LocalDataStoreSlot
slot)
338
private Dictionary<String,
LocalDataStoreSlot
> m_KeyToSlotMap = new Dictionary<String,
LocalDataStoreSlot
>();
system\runtime\remoting\context.cs (5)
764
public static
LocalDataStoreSlot
AllocateDataSlot()
770
public static
LocalDataStoreSlot
AllocateNamedDataSlot(String name)
776
public static
LocalDataStoreSlot
GetNamedDataSlot(String name)
789
public static void SetData(
LocalDataStoreSlot
slot, Object data)
796
public static Object GetData(
LocalDataStoreSlot
slot)
system\security\accesscontrol\privilege.cs (1)
40
private static
LocalDataStoreSlot
tlsSlot = Thread.AllocateDataSlot();
system\threading\thread.cs (5)
1027
public static
LocalDataStoreSlot
AllocateDataSlot()
1038
public static
LocalDataStoreSlot
AllocateNamedDataSlot(String name)
1049
public static
LocalDataStoreSlot
GetNamedDataSlot(String name)
1070
public static Object GetData(
LocalDataStoreSlot
slot)
1088
public static void SetData(
LocalDataStoreSlot
slot, Object data)
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
3248
private static System.
LocalDataStoreSlot
_threadSlot;
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();
System.Drawing (2)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
110
LocalDataStoreSlot
slot = Thread.GetNamedDataSlot(ThreadDataSlotName);
125
LocalDataStoreSlot
slot = Thread.GetNamedDataSlot(ThreadDataSlotName);
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
390
private static System.
LocalDataStoreSlot
_threadSlot;