36 references to TaskHelper
PresentationBuildTasks (36)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
81
TaskHelper
.DisplayLogo(Log, nameof(FileClassifier));
288
if (
TaskHelper
.IsValidCultureName(Culture) == false)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (14)
95
TaskHelper
.DisplayLogo(Log, nameof(MarkupCompilePass1));
268
_outputDir=
TaskHelper
.CreateFullFilePath(filePath, SourceDir);
286
set { _outputType =
TaskHelper
.GetLowerString(value); }
455
set { _hostInBrowser =
TaskHelper
.GetLowerString(value); }
945
_applicationFile =
TaskHelper
.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir);
1042
if (!TaskFileService.Exists(
TaskHelper
.CreateFullFilePath(filePath, SourceDir)))
1063
string fullFilePath =
TaskHelper
.CreateFullFilePath(filePath, SourceDir);
1066
string relPath =
TaskHelper
.GetRootRelativePath(SourceDir, fullFilePath);
1087
newRelativeFilePath =
TaskHelper
.GetRootRelativePath(newSourceDir, fullFilePath);
1130
refpath =
TaskHelper
.CreateFullFilePath(refpath, SourceDir);
1219
compilerWrapper =
TaskHelper
.CreateCompilerWrapper();
1227
compilerWrapper.HostInBrowser =
TaskHelper
.BooleanStringValue(HostInBrowser);
1506
string fullLocalXamlFile =
TaskHelper
.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir);
1537
string xamlInputFullPath =
TaskHelper
.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
78
TaskHelper
.DisplayLogo(Log, nameof(MarkupCompilePass2));
247
_outputPath=
TaskHelper
.CreateFullFilePath(filePath, SourceDir);
265
set { _outputType =
TaskHelper
.GetLowerString(value); }
526
string fullFilePath =
TaskHelper
.CreateFullFilePath(filePath, SourceDir);
529
string relPath =
TaskHelper
.GetRootRelativePath(SourceDir, fullFilePath);
550
newRelativeFilePath =
TaskHelper
.GetRootRelativePath(newSourceDir, fullFilePath);
610
refpath =
TaskHelper
.CreateFullFilePath(refpath, SourceDir);
636
compilerWrapper =
TaskHelper
.CreateCompilerWrapper();
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
56
TaskHelper
.DisplayLogo(Log, nameof(MergeLocalizationDirectives));
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
148
TaskHelper
.DisplayLogo(Log, nameof(ResourcesGenerator));
304
if (!File.Exists(
TaskHelper
.CreateFullFilePath(strFileName, SourceDir)))
375
relPath =
TaskHelper
.GetRootRelativePath(outputPath, fullFilePath);
379
relPath =
TaskHelper
.GetRootRelativePath(sourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
74
TaskHelper
.DisplayLogo(Log, nameof(UidManager));
164
_backupPath =
TaskHelper
.CreateFullFilePath(value, sourceDir);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
67
TaskHelper
.DisplayLogo(Log, nameof(UpdateManifestForBrowserApplication));
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3293
string relPath =
TaskHelper
.GetRootRelativePath(TargetPath, fullFilePath);
3305
relPath =
TaskHelper
.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\CompilerWrapper.cs (1)
296
string message =
TaskHelper
.GetWholeExceptionMessage(e.Exception);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
497
string relContentFilePath =
TaskHelper
.GetRootRelativePath(curDir, fullPath);