14 references to CreateFullFilePath
PresentationBuildTasks (14)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
286_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 953_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1050if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1071string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1138refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1524string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1555string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
260_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 534string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 618refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
316if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir)))
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
173_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (2)
128fullpath1 = CreateFullFilePath (path1, sourceDir); 129fullpath2 = CreateFullFilePath (path2, sourceDir);