3 writes to fileName
System (3)
compmod\system\diagnostics\TextWriterTraceListener.cs (3)
80
this.
fileName
= fileName;
88
this.
fileName
= fileName;
246
fileName
= null;
2 references to fileName
System (2)
compmod\system\diagnostics\TextWriterTraceListener.cs (2)
197
if (
fileName
== null)
213
string fullPath = Path.GetFullPath(
fileName
);