3 writes to fileName
System.Core (3)
System\Diagnostics\EventSchemaTraceListener.cs (3)
86this.fileName = fileName; 89 this.fileName = Path.Combine(Path.GetDirectoryName(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile), this.fileName); 682fileName = null;
6 references to fileName
System.Core (6)
System\Diagnostics\EventSchemaTraceListener.cs (6)
88if (!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); 638if (String.IsNullOrEmpty(fileName)) 650string path = fileName; 662string fileNameWithoutExt = Path.GetFileNameWithoutExtension(fileName); 663string fileExt = Path.GetExtension(fileName);