2 writes to RelativeSourceFilePath
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
721sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
374sourceFileInfo.RelativeSourceFilePath = newRelativeFilePath;
14 references to RelativeSourceFilePath
PresentationBuildTasks (14)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (2)
111string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 121writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (12)
241ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 265if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 483int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(ESCAPED_BACKSLASH, StringComparison.Ordinal); 484string targetPath = TargetPath + SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1); 651csPragma.FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML; 674TargetPath + SourceFileInfo.RelativeSourceFilePath, 815SourceFileInfo.RelativeSourceFilePath + XAML); 1300string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1565relPath += SourceFileInfo.RelativeSourceFilePath; 1579CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1585CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2582SourceFileInfo.RelativeSourceFilePath + XAML,