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)
50
get {return
_tempNewFilename
;}
77
DuplicateFileAttributes( filename,
_tempNewFilename
);
82
DuplicateTemplateAttributes( _templateFilename,
_tempNewFilename
);
86
ReplaceFile(
_tempNewFilename
, filename);