6 references to EventLogKey
System.Diagnostics.EventLog (6)
System\Diagnostics\EventLog.cs (6)
265
if (source.Length +
EventLogKey
.Length > 254)
266
throw new ArgumentException(SR.Format(SR.ParameterTooLong, nameof(source), 254 -
EventLogKey
.Length));
639
throw new InvalidOperationException(SR.Format(SR.RegKeyMissingShort,
EventLogKey
, machineName));
686
return lmkey.OpenSubKey(
EventLogKey
, writable);
1060
if (source.Length +
EventLogKey
.Length > 254)
1061
throw new ArgumentException(SR.Format(SR.ParameterTooLong, nameof(source), 254 -
EventLogKey
.Length));