7 writes to _retention
System.Core (7)
System\Diagnostics\EventSchemaTraceListener.cs (7)
92this._retention = logRetentionOption; 533_retention = TraceLogRetentionOption.SingleFileUnboundedSize; 535_retention = TraceLogRetentionOption.LimitedCircularFiles; 537_retention = TraceLogRetentionOption.UnlimitedSequentialFiles; 539_retention = TraceLogRetentionOption.SingleFileBoundedSize; 541_retention = TraceLogRetentionOption.LimitedSequentialFiles; 543_retention = TraceLogRetentionOption.SingleFileUnboundedSize;
4 references to _retention
System.Core (4)
System\Diagnostics\EventSchemaTraceListener.cs (4)
126return _retention; 570switch (this._retention) { 596switch (this._retention) { 655traceWriter = new TraceWriter(path, _bufferSize, _retention, _maxFileSize, _maxNumberOfFiles);