1 instantiation of TallyKeepingFileStreamWriter
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
83return new TallyKeepingFileStreamWriter(
6 references to TallyKeepingFileStreamWriter
Microsoft.TestPlatform.PlatformAbstractions (6)
common\Tracing\RollingFileTraceListener.cs (6)
80/// <returns>A <see cref="TallyKeepingFileStreamWriter"/> instance.</returns> 81internal static TallyKeepingFileStreamWriter OpenTextWriter(string fileName) 137private 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.