2 writes to RelativeSourceFilePath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
708sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
MS\Internal\Tasks\CompilerWrapper.cs (1)
382sourceFileInfo.RelativeSourceFilePath = newRelativeFilePath;
15 references to RelativeSourceFilePath
PresentationBuildTasks (15)
MS\Internal\Localization\LocalizationParserHooks.cs (2)
104string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 114writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
256ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 280if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 485int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar); 486string targetPath = TargetPath + SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1); 638csPragma.FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML; 661TargetPath + SourceFileInfo.RelativeSourceFilePath, 809SourceFileInfo.RelativeSourceFilePath + XAML); 1294string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1600string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(SourceFileInfo.RelativeSourceFilePath); 1618relPath += SourceFileInfo.RelativeSourceFilePath; 1633CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1639CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2634SourceFileInfo.RelativeSourceFilePath + XAML,