BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
145Log.LogMessageFromResources(MessageImportance.Low, SRID.CurrentDirectory, SourceDir);
286_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir);
704string newSourceDir = SourceDir;
953_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir);
1050if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1071string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir);
1074string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath);
1080newSourceDir = SourceDir;
1138refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
1524string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir);
1555string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
1686string tempDir = SourceDir; // Just for calling GetResolvedFilePath, the value is not used here.