1 write to m_safeTokenHandle
mscorlib (1)
system\security\principal\windowsimpersonationcontext.cs (1)
51ref m_safeTokenHandle,
7 references to m_safeTokenHandle
mscorlib (7)
system\security\principal\windowsimpersonationcontext.cs (7)
67if (m_safeTokenHandle.IsInvalid) { // the thread was not initially impersonating 75hr = Win32.ImpersonateLoggedOnUser(m_safeTokenHandle); 99if (m_safeTokenHandle.IsInvalid) 110hr = Win32.ImpersonateLoggedOnUser(m_safeTokenHandle); 141if (m_safeTokenHandle != null && !m_safeTokenHandle.IsClosed) { 143m_safeTokenHandle.Dispose();