4 references to s_optionLogRetention
System.Core (4)
System\Diagnostics\EventSchemaTraceListener.cs (4)
83
throw new ArgumentOutOfRangeException(
s_optionLogRetention
, SR.GetString(SR.ArgumentOutOfRange_NeedValidLogRetention));
512
return new String[]{s_optionBufferSize,
s_optionLogRetention
, s_optionMaximumFileSize, s_optionMaximumNumberOfFiles};
527
if (Attributes.ContainsKey(
s_optionLogRetention
)) {
530
string retOption = Attributes[
s_optionLogRetention
];