2 writes to _backupPath
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
59_backupPath = Directory.GetCurrentDirectory(); 167_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
7 references to _backupPath
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
163get { return _backupPath; } 369return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidtemp")); 374return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidbackup")); 395if (!Directory.Exists(_backupPath)) 397Directory.CreateDirectory(_backupPath); 411Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath); 418Log.LogErrorWithCodeFromResources(nameof(SR.IntermediateDirectoryError), _backupPath);