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