36 references to TaskHelper
PresentationBuildTasks (36)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
76TaskHelper.DisplayLogo(Log, nameof(FileClassifier)); 279if (!TaskHelper.IsValidCultureName(Culture))
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (14)
90TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass1)); 261_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 279set { _outputType = TaskHelper.GetLowerString(value); } 448set { _hostInBrowser = TaskHelper.GetLowerString(value); } 938_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1035if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1056string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1059string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1080newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 1123refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1212compilerWrapper = TaskHelper.CreateCompilerWrapper(); 1220compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser); 1501string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1532string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
73TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass2)); 240_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 258set { _outputType = TaskHelper.GetLowerString(value); } 519string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 522string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 543newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 603refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 629compilerWrapper = TaskHelper.CreateCompilerWrapper();
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
50TaskHelper.DisplayLogo(Log, nameof(MergeLocalizationDirectives));
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
143TaskHelper.DisplayLogo(Log, nameof(ResourcesGenerator)); 296if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir))) 367relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 371relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
69TaskHelper.DisplayLogo(Log, nameof(UidManager)); 156_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
61TaskHelper.DisplayLogo(Log, nameof(UpdateManifestForBrowserApplication));
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3341string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3353relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\CompilerWrapper.cs (1)
295string message = TaskHelper.GetWholeExceptionMessage(e.Exception);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
496string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);