3 references to EventLogIsolation
System.Core (1)
System.Core.cs (1)
31
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.
EventLogIsolation
))]
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
72
public
EventLogIsolation
LogIsolation
76
return (
EventLogIsolation
)((uint)NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigIsolation)!);