1 write to SourceFileInfo
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
456
SourceFileInfo
= OnSourceFileResolve(sourceFile);
26 references to SourceFileInfo
PresentationBuildTasks (26)
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 (24)
250
ApplicationFile =
SourceFileInfo
.RelativeSourceFilePath;
274
if (
SourceFileInfo
.RelativeSourceFilePath.Length > 0)
459
if (sourceFile.Path == null || !
SourceFileInfo
.IsXamlFile)
479
int pathEndIndex =
SourceFileInfo
.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar);
480
string targetPath = string.Concat(TargetPath,
SourceFileInfo
.RelativeSourceFilePath.Substring(0, pathEndIndex + 1));
522
xamlParser = new ParserExtension(this, _parserContext, bamlWriter,
SourceFileInfo
.Stream, pass2)
569
SourceFileInfo
?.CloseStream();
633
FileName = ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML,
635
ChecksumData = TaskFileService.GetChecksum(
SourceFileInfo
.OriginalFilePath, hashGuid)
657
TargetPath +
SourceFileInfo
.RelativeSourceFilePath,
766
string filename =
SourceFileInfo
.OriginalFilePath;
806
SourceFileInfo
.RelativeSourceFilePath + XAML);
1298
string filepath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath + BAML;
1601
string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(
SourceFileInfo
.RelativeSourceFilePath);
1608
string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath,
SourceFileInfo
.SourcePath);
1616
if (TargetPath.StartsWith(
SourceFileInfo
.SourcePath, StringComparison.OrdinalIgnoreCase))
1618
string relPath = TargetPath.Substring(
SourceFileInfo
.SourcePath.Length);
1619
relPath +=
SourceFileInfo
.RelativeSourceFilePath;
1634
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
1640
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
2195
SourceFileInfo
.OriginalFilePath,
2646
SourceFileInfo
.RelativeSourceFilePath + XAML,
2647
SourceFileInfo
.OriginalFileLinkAlias,
2648
SourceFileInfo
.OriginalFileLogicalName,