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);
1036
if (!TaskFileService.Exists(TaskHelper.
CreateFullFilePath
(filePath, SourceDir)))
1057
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
1124
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
1502
string fullLocalXamlFile = TaskHelper.
CreateFullFilePath
(inputLocalRefXamlFileList[i], SourceDir);
1533
string xamlInputFullPath = TaskHelper.
CreateFullFilePath
(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
241
_outputPath= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
520
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
604
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
297
if (!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)
100
fullpath1 =
CreateFullFilePath
(path1, sourceDir);
101
fullpath2 =
CreateFullFilePath
(path2, sourceDir);