2 writes to _backupPath
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
51_backupPath = Directory.GetCurrentDirectory(); 156_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
7 references to _backupPath
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
152get { return _backupPath; } 358return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidtemp")); 363return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidbackup")); 384if (!Directory.Exists(_backupPath)) 386Directory.CreateDirectory(_backupPath); 399Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath); 405Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath);