2 writes to _backupPath
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
56_backupPath = Directory.GetCurrentDirectory(); 164_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
7 references to _backupPath
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
160get { return _backupPath; } 366return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidtemp")); 371return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidbackup")); 392if (!Directory.Exists(_backupPath)) 394Directory.CreateDirectory(_backupPath); 408Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath); 415Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath);