2 writes to RelativeSourceFilePath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
691sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
MS\Internal\Tasks\CompilerWrapper.cs (1)
377sourceFileInfo.RelativeSourceFilePath = newRelativeFilePath;
15 references to RelativeSourceFilePath
PresentationBuildTasks (15)
MS\Internal\Localization\LocalizationParserHooks.cs (2)
102string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 112writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
249ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 273if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 478int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar); 479string targetPath = string.Concat(TargetPath, SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1)); 619FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, 643TargetPath + SourceFileInfo.RelativeSourceFilePath, 792SourceFileInfo.RelativeSourceFilePath + XAML); 1283string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1586string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(SourceFileInfo.RelativeSourceFilePath); 1604relPath += SourceFileInfo.RelativeSourceFilePath; 1619CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1625CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2631SourceFileInfo.RelativeSourceFilePath + XAML,