1 instantiation of StreamWriterRollingHelper
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
46RollingHelper = new StreamWriterRollingHelper(this);
4 references to StreamWriterRollingHelper
Microsoft.TestPlatform.PlatformAbstractions (4)
common\Tracing\RollingFileTraceListener.cs (4)
59/// Gets the <see cref="StreamWriterRollingHelper"/> for the flat file. 62/// The <see cref="StreamWriterRollingHelper"/> for the flat file. 64internal StreamWriterRollingHelper RollingHelper { get; } 148/// Initializes a new instance of the <see cref="StreamWriterRollingHelper"/> class.