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)
27
get { return
_handle
; }
32
if (
_handle
!= IntPtr.Zero) {
33
UnsafeNativeMethods.CloseHandle(
_handle
);
38
if (
_handle
!= IntPtr.Zero) {
39
UnsafeNativeMethods.CloseHandle(
_handle
);