3 references to RegKeyMissingShort
System.Diagnostics.EventLog (3)
src\runtime\src\libraries\Common\src\System\Diagnostics\NetFrameworkUtils.cs (1)
134
throw new InvalidOperationException(SR.Format(SR.
RegKeyMissingShort
, "HKEY_LOCAL_MACHINE", machineName));
System\Diagnostics\EventLog.cs (1)
639
throw new InvalidOperationException(SR.Format(SR.
RegKeyMissingShort
, EventLogKey, machineName));
System\Diagnostics\EventLogInternal.cs (1)
979
throw new InvalidOperationException(SR.Format(SR.
RegKeyMissingShort
, EventLogKey, currentMachineName));