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