2 writes to _backupPath
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
52_backupPath = Directory.GetCurrentDirectory(); 157_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
7 references to _backupPath
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
153get { return _backupPath; } 359return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidtemp")); 364return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidbackup")); 385if (!Directory.Exists(_backupPath)) 387Directory.CreateDirectory(_backupPath); 400Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath); 406Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath);