1 write to handle
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (1)
139
handle
= NativeWrapper.EvtOpenSession(UnsafeNativeMethods.EvtLoginClass.EvtRpcLogin, ref erLogin, 0, 0);
5 references to handle
System.Core (5)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (5)
149
return
handle
;
175
if (
handle
!= null && !
handle
.IsInvalid)
176
handle
.Dispose();
181
NativeWrapper.EvtCancel(
handle
);