1 write to _tempNewFilename
System.Configuration (1)
System\Configuration\Internal\WriteFileContext.cs (1)
36_tempNewFilename = _tempFiles.AddExtension("newcfg");
4 references to _tempNewFilename
System.Configuration (4)
System\Configuration\Internal\WriteFileContext.cs (4)
50get {return _tempNewFilename;} 77DuplicateFileAttributes( filename, _tempNewFilename ); 82DuplicateTemplateAttributes( _templateFilename, _tempNewFilename ); 86ReplaceFile(_tempNewFilename, filename);