2 writes to TargetPath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
475
TargetPath
+= Path.DirectorySeparatorChar;
MS\Internal\Tasks\CompilerWrapper.cs (1)
59
set { _mc.
TargetPath
= value; }
13 references to TargetPath
PresentationBuildTasks (13)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
103
string absoluteOutputPath = _compiler.
TargetPath
+ _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (12)
470
if (
TargetPath
.Length > 0)
473
if (!
TargetPath
.EndsWith(string.Empty + Path.DirectorySeparatorChar, StringComparison.Ordinal))
480
string targetPath = string.Concat(
TargetPath
, SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1));
657
TargetPath
+ SourceFileInfo.RelativeSourceFilePath,
1298
string filepath =
TargetPath
+ SourceFileInfo.RelativeSourceFilePath + BAML;
1608
string path = Path.GetRelativePath(
TargetPath
+ pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath);
1616
if (
TargetPath
.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase))
1618
string relPath =
TargetPath
.Substring(SourceFileInfo.SourcePath.Length);
2649
TargetPath
,
3001
TargetPath
+ SharedStrings.GeneratedInternalTypeHelperFileName,
3312
TargetPath
+ AssemblyName + SharedStrings.ContentFile,
3344
string relPath = TaskHelper.GetRootRelativePath(
TargetPath
, fullFilePath);