4 references to s_optionBufferSize
System.Core (4)
System\Diagnostics\EventSchemaTraceListener.cs (4)
81throw new ArgumentOutOfRangeException(s_optionBufferSize, SR.GetString(SR.ArgumentOutOfRange_NeedNonNegNum)); 512return new String[]{s_optionBufferSize, s_optionLogRetention, s_optionMaximumFileSize, s_optionMaximumNumberOfFiles}; 521if (Attributes.ContainsKey(s_optionBufferSize)) { 522int bufferSize = Int32.Parse(Attributes[s_optionBufferSize], CultureInfo.InvariantCulture);