2 writes to TargetPath
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
479
TargetPath
+= ESCAPED_BACKSLASH;
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
68
set { _mc.
TargetPath
= value; }
12 references to TargetPath
PresentationBuildTasks (12)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (1)
111
string absoluteOutputPath = _compiler.
TargetPath
+ _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension;
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (11)
474
if (
TargetPath
.Length > 0)
477
if (!
TargetPath
.EndsWith(ESCAPED_BACKSLASH, StringComparison.Ordinal))
484
string targetPath =
TargetPath
+ SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1);
674
TargetPath
+ SourceFileInfo.RelativeSourceFilePath,
1300
string filepath =
TargetPath
+ SourceFileInfo.RelativeSourceFilePath + BAML;
1562
if (
TargetPath
.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase))
1564
string relPath =
TargetPath
.Substring(SourceFileInfo.SourcePath.Length);
2585
TargetPath
,
2885
TargetPath
+ SharedStrings.GeneratedInternalTypeHelperFileName,
3190
TargetPath
+ AssemblyName + SharedStrings.ContentFile,
3222
string relPath = TaskHelper.GetRootRelativePath(
TargetPath
, fullFilePath);