14 references to CreateFullFilePath
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
262_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 939_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1036if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1057string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1124refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1502string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1533string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
241_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 520string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 604refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
297if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir)))
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
157_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
MS\Internal\Tasks\TaskHelper.cs (2)
100fullpath1 = CreateFullFilePath (path1, sourceDir); 101fullpath2 = CreateFullFilePath (path2, sourceDir);