5 references to GetLogRegKey
System (5)
services\monitoring\system\diagnosticts\EventLogInternal.cs (5)
276
logkey =
GetLogRegKey
(currentMachineName, false);
386
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true))
1188
logkey =
GetLogRegKey
(currentMachineName, false);
1263
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true))
1356
using (RegistryKey logkey =
GetLogRegKey
(currentMachineName, true)) {