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