2 instantiations of EvtRpcLogin
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogSession.cs (1)
105
UnsafeNativeMethods.EvtRpcLogin erLogin = new UnsafeNativeMethods.
EvtRpcLogin
(
System\Diagnostics\Reader\UnsafeNativeMethods.cs (1)
416
return new
EvtRpcLogin
10 references to EvtRpcLogin
System.Diagnostics.EventLog (10)
_generated\0\LibraryImports.g.cs (4)
1684
internal static partial global::System.Diagnostics.Eventing.Reader.EventLogHandle EvtOpenSession(global::Microsoft.Win32.UnsafeNativeMethods.EvtLoginClass loginClass, ref global::Microsoft.Win32.UnsafeNativeMethods.
EvtRpcLogin
login, int timeout, int flags)
1688
global::Microsoft.Win32.UnsafeNativeMethods.
EvtRpcLogin
.Marshaller.ValueMarshaller.Native __login_native = default;
1693
global::Microsoft.Win32.UnsafeNativeMethods.
EvtRpcLogin
.Marshaller.ValueMarshaller __login_native__marshaller = new();
1730
static extern unsafe nint __PInvoke(global::Microsoft.Win32.UnsafeNativeMethods.EvtLoginClass __loginClass_native, global::Microsoft.Win32.UnsafeNativeMethods.
EvtRpcLogin
.Marshaller.ValueMarshaller.Native* __login_native, int __timeout_native, int __flags_native);
System\Diagnostics\Reader\EventLogSession.cs (1)
105
UnsafeNativeMethods.
EvtRpcLogin
erLogin = new UnsafeNativeMethods.EvtRpcLogin(
System\Diagnostics\Reader\NativeWrapper.cs (1)
323
public static EventLogHandle EvtOpenSession(UnsafeNativeMethods.EvtLoginClass loginClass, ref UnsafeNativeMethods.
EvtRpcLogin
login, int timeout, int flags)
System\Diagnostics\Reader\UnsafeNativeMethods.cs (4)
369
[CustomMarshaller(typeof(
EvtRpcLogin
), MarshalMode.ManagedToUnmanagedRef, typeof(ValueMarshaller))]
388
public void FromManaged(
EvtRpcLogin
managed)
407
public
EvtRpcLogin
ToManaged()
795
ref
EvtRpcLogin
login,