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