2 writes to Writer
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\RollingFileTraceListener.cs (2)
208_owner.Writer = null; 266_owner.Writer = _managedWriter;
6 references to Writer
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\RollingFileTraceListener.cs (2)
156_managedWriter = owner.Writer as TallyKeepingFileStreamWriter; 185string actualFileName = ((FileStream)((StreamWriter)_owner.Writer!).BaseStream).Name;
System.Diagnostics.TextWriterTraceListener (4)
System\Diagnostics\TextWriterTraceListener.cs (4)
110/// <para>Closes the <see cref='System.Diagnostics.TextWriterTraceListener.Writer'/> so that it no longer 149/// <para>Flushes the output buffer for the <see cref='System.Diagnostics.TextWriterTraceListener.Writer'/>.</para> 163/// to this instance's <see cref='System.Diagnostics.TextWriterTraceListener.Writer'/>.</para> 181/// to this instance's <see cref='System.Diagnostics.TextWriterTraceListener.Writer'/> followed by a line terminator. The