5 references to GetLogRegKey
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLogInternal.cs (5)
187
logkey =
GetLogRegKey
(currentMachineName, false);
269
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true))
999
logkey =
GetLogRegKey
(currentMachineName, false);
1048
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true))
1117
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true))