3 writes to _handle
System.Web (3)
Configuration\ImpersonateTokenRef.cs (3)
23_handle = token; 34_handle = IntPtr.Zero; 40_handle = IntPtr.Zero;
5 references to _handle
System.Web (5)
Configuration\ImpersonateTokenRef.cs (5)
27get { return _handle; } 32if (_handle != IntPtr.Zero) { 33UnsafeNativeMethods.CloseHandle(_handle); 38if (_handle != IntPtr.Zero) { 39UnsafeNativeMethods.CloseHandle(_handle);