5 references to s_optionMaximumFileSize
System.Core (5)
System\Diagnostics\EventSchemaTraceListener.cs (5)
512
return new String[]{s_optionBufferSize, s_optionLogRetention,
s_optionMaximumFileSize
, s_optionMaximumNumberOfFiles};
547
if (Attributes.ContainsKey(
s_optionMaximumFileSize
)) {
548
long maxFileSize = Int64.Parse(Attributes[
s_optionMaximumFileSize
], CultureInfo.InvariantCulture);
579
throw new ArgumentOutOfRangeException(
s_optionMaximumFileSize
, SR.GetString(SR.ArgumentOutOfRange_NeedNonNegNum));
583
throw new ArgumentOutOfRangeException(
s_optionMaximumFileSize
, SR.GetString(SR.ArgumentOutOfRange_NeedMaxFileSizeGEBufferSize));