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