1 write to SourceFileInfo
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
455
SourceFileInfo
= OnSourceFileResolve(sourceFile);
26 references to SourceFileInfo
PresentationBuildTasks (26)
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 (24)
249
ApplicationFile =
SourceFileInfo
.RelativeSourceFilePath;
273
if (
SourceFileInfo
.RelativeSourceFilePath.Length > 0)
458
if (sourceFile.Path == null || !
SourceFileInfo
.IsXamlFile)
478
int pathEndIndex =
SourceFileInfo
.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar);
479
string targetPath = string.Concat(TargetPath,
SourceFileInfo
.RelativeSourceFilePath.Substring(0, pathEndIndex + 1));
521
xamlParser = new ParserExtension(this, _parserContext, bamlWriter,
SourceFileInfo
.Stream, pass2)
562
SourceFileInfo
?.CloseStream();
619
FileName = ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML,
621
ChecksumData = TaskFileService.GetChecksum(
SourceFileInfo
.OriginalFilePath, hashGuid)
643
TargetPath +
SourceFileInfo
.RelativeSourceFilePath,
752
string filename =
SourceFileInfo
.OriginalFilePath;
792
SourceFileInfo
.RelativeSourceFilePath + XAML);
1283
string filepath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath + BAML;
1586
string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(
SourceFileInfo
.RelativeSourceFilePath);
1593
string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath,
SourceFileInfo
.SourcePath);
1601
if (TargetPath.StartsWith(
SourceFileInfo
.SourcePath, StringComparison.OrdinalIgnoreCase))
1603
string relPath = TargetPath.Substring(
SourceFileInfo
.SourcePath.Length);
1604
relPath +=
SourceFileInfo
.RelativeSourceFilePath;
1619
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
1625
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
2180
SourceFileInfo
.OriginalFilePath,
2631
SourceFileInfo
.RelativeSourceFilePath + XAML,
2632
SourceFileInfo
.OriginalFileLinkAlias,
2633
SourceFileInfo
.OriginalFileLogicalName,