36 references to TaskHelper
PresentationBuildTasks (36)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
85TaskHelper.DisplayLogo(Log, nameof(FileClassifier)); 292if (TaskHelper.IsValidCultureName(Culture) == false)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (14)
104TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass1)); 277_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 295set { _outputType = TaskHelper.GetLowerString(value); } 464set { _hostInBrowser = TaskHelper.GetLowerString(value); } 954_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1051if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1072string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1075string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1096newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 1139refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1228compilerWrapper = TaskHelper.CreateCompilerWrapper(); 1236compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser); 1515string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1546string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
84TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass2)); 253_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 271set { _outputType = TaskHelper.GetLowerString(value); } 532string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 535string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 556newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 616refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 642compilerWrapper = TaskHelper.CreateCompilerWrapper();
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
57TaskHelper.DisplayLogo(Log, nameof(MergeLocalizationDirectives));
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
154TaskHelper.DisplayLogo(Log, nameof(ResourcesGenerator)); 310if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir))) 381relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 385relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
77TaskHelper.DisplayLogo(Log, nameof(UidManager)); 167_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
73TaskHelper.DisplayLogo(Log, nameof(UpdateManifestForBrowserApplication));
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3297string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3309relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\CompilerWrapper.cs (1)
300string message = TaskHelper.GetWholeExceptionMessage(e.Exception);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
501string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);