3 references to tlsSlot
mscorlib (3)
system\security\accesscontrol\privilege.cs (3)
496
this.tlsContents = Thread.GetData(
tlsSlot
) as TlsContents;
501
Thread.SetData(
tlsSlot
, this.tlsContents );
728
Thread.SetData(
tlsSlot
, null );