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