14 references to CreateFullFilePath
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
277_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 954_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1051if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1072string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1139refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1515string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1546string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
253_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 532string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 616refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
310if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir)))
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
167_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
MS\Internal\Tasks\TaskHelper.cs (2)
107fullpath1 = CreateFullFilePath (path1, sourceDir); 108fullpath2 = CreateFullFilePath (path2, sourceDir);