3 writes to fileName
System.Core (3)
System\Diagnostics\EventSchemaTraceListener.cs (3)
86
this.
fileName
= fileName;
89
this.
fileName
= Path.Combine(Path.GetDirectoryName(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile), this.fileName);
682
fileName
= null;
6 references to fileName
System.Core (6)
System\Diagnostics\EventSchemaTraceListener.cs (6)
88
if (!String.IsNullOrEmpty(this.
fileName
) && (fileName[0] != Path.DirectorySeparatorChar) && (fileName[0] != Path.AltDirectorySeparatorChar) && !Path.IsPathRooted(fileName)) {
89
this.fileName = Path.Combine(Path.GetDirectoryName(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile), this.
fileName
);
638
if (String.IsNullOrEmpty(
fileName
))
650
string path =
fileName
;
662
string fileNameWithoutExt = Path.GetFileNameWithoutExtension(
fileName
);
663
string fileExt = Path.GetExtension(
fileName
);