2 writes to TargetPath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
481TargetPath += Path.DirectorySeparatorChar;
MS\Internal\Tasks\CompilerWrapper.cs (1)
63set { _mc.TargetPath = value; }
13 references to TargetPath
PresentationBuildTasks (13)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
104string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (12)
476if (TargetPath.Length > 0) 479if (!TargetPath.EndsWith(string.Empty + Path.DirectorySeparatorChar, StringComparison.Ordinal)) 486string targetPath = TargetPath + SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1); 661TargetPath + SourceFileInfo.RelativeSourceFilePath, 1294string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1607string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath); 1615if (TargetPath.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase)) 1617string relPath = TargetPath.Substring(SourceFileInfo.SourcePath.Length); 2637TargetPath, 2960TargetPath + SharedStrings.GeneratedInternalTypeHelperFileName, 3265TargetPath + AssemblyName + SharedStrings.ContentFile, 3297string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath);