3 writes to _tempFiles
System.Configuration (3)
System\Configuration\Internal\WriteFileContext.cs (3)
34_tempFiles = new TempFileCollection(directoryname); 40_tempFiles = null; 94_tempFiles = null;
4 references to _tempFiles
System.Configuration (4)
System\Configuration\Internal\WriteFileContext.cs (4)
36_tempNewFilename = _tempFiles.AddExtension("newcfg"); 39((IDisposable)_tempFiles).Dispose(); 89_tempFiles.KeepFiles = true; 93((IDisposable)_tempFiles).Dispose();