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