2 writes to TargetPath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
474TargetPath += Path.DirectorySeparatorChar;
MS\Internal\Tasks\CompilerWrapper.cs (1)
58set { _mc.TargetPath = value; }
13 references to TargetPath
PresentationBuildTasks (13)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
102string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (12)
469if (TargetPath.Length > 0) 472if (!TargetPath.EndsWith(string.Empty + Path.DirectorySeparatorChar, StringComparison.Ordinal)) 479string targetPath = string.Concat(TargetPath, SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1)); 656TargetPath + SourceFileInfo.RelativeSourceFilePath, 1296string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1606string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath); 1614if (TargetPath.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase)) 1616string relPath = TargetPath.Substring(SourceFileInfo.SourcePath.Length); 2647TargetPath, 2999TargetPath + SharedStrings.GeneratedInternalTypeHelperFileName, 3309TargetPath + AssemblyName + SharedStrings.ContentFile, 3341string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath);