3 writes to tempFileName
ComSvcConfig (3)
AtomicFile.cs (3)
56this.tempFileName = null; 111this.tempFileName = GetTempFileName(); 125this.tempFileName = GetTempFileName();
12 references to tempFileName
ComSvcConfig (12)
AtomicFile.cs (12)
64if ((this.tempFileName != null)) 76if (this.tempFileName != null) 99if (this.tempFileName != null) 101return this.tempFileName; 112File.Copy(this.originalFileName, this.tempFileName); 113return this.tempFileName; 126return this.tempFileName; 134return (this.tempFileName != null || (this.originalFileExists && this.deleteOriginalFile)); 139if (this.tempFileName != null) 148File.Copy(this.tempFileName, this.originalFileName); 149SafeDeleteFile(this.tempFileName); 188SafeDeleteFile(this.tempFileName);