2 writes to RelativeSourceFilePath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
705sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
MS\Internal\Tasks\CompilerWrapper.cs (1)
378sourceFileInfo.RelativeSourceFilePath = newRelativeFilePath;
15 references to RelativeSourceFilePath
PresentationBuildTasks (15)
MS\Internal\Localization\LocalizationParserHooks.cs (2)
103string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 113writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
250ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 274if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 479int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar); 480string targetPath = TargetPath + SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1); 633FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, 657TargetPath + SourceFileInfo.RelativeSourceFilePath, 806SourceFileInfo.RelativeSourceFilePath + XAML); 1298string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1601string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(SourceFileInfo.RelativeSourceFilePath); 1619relPath += SourceFileInfo.RelativeSourceFilePath; 1634CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1640CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2646SourceFileInfo.RelativeSourceFilePath + XAML,