1 instantiation of TallyKeepingFileStreamWriter
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
83
return new
TallyKeepingFileStreamWriter
(
6 references to TallyKeepingFileStreamWriter
Microsoft.TestPlatform.PlatformAbstractions (6)
common\Tracing\RollingFileTraceListener.cs (6)
80
/// <returns>A <see cref="
TallyKeepingFileStreamWriter
"/> instance.</returns>
81
internal static
TallyKeepingFileStreamWriter
OpenTextWriter(string fileName)
137
private
TallyKeepingFileStreamWriter
? _managedWriter;
156
_managedWriter = owner.Writer as
TallyKeepingFileStreamWriter
;
343
/// Initializes a new instance of the <see cref="
TallyKeepingFileStreamWriter
"/> class.
355
/// Initializes a new instance of the <see cref="
TallyKeepingFileStreamWriter
"/> class.