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