14 references to CreateFullFilePath
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
261_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 938_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1035if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1056string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1123refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1501string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1532string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
240_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 519string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 603refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
296if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir)))
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
156_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
MS\Internal\Tasks\TaskHelper.cs (2)
99fullpath1 = CreateFullFilePath (path1, sourceDir); 100fullpath2 = CreateFullFilePath (path2, sourceDir);