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)
568
SourceFileInfo
?.CloseStream();
632
FileName = ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML,
634
ChecksumData = TaskFileService.GetChecksum(
SourceFileInfo
.OriginalFilePath, hashGuid)
656
TargetPath +
SourceFileInfo
.RelativeSourceFilePath,
765
string filename =
SourceFileInfo
.OriginalFilePath;
805
SourceFileInfo
.RelativeSourceFilePath + XAML);
1296
string filepath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath + BAML;
1599
string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(
SourceFileInfo
.RelativeSourceFilePath);
1606
string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath,
SourceFileInfo
.SourcePath);
1614
if (TargetPath.StartsWith(
SourceFileInfo
.SourcePath, StringComparison.OrdinalIgnoreCase))
1616
string relPath = TargetPath.Substring(
SourceFileInfo
.SourcePath.Length);
1617
relPath +=
SourceFileInfo
.RelativeSourceFilePath;
1632
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
1638
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
2193
SourceFileInfo
.OriginalFilePath,
2644
SourceFileInfo
.RelativeSourceFilePath + XAML,
2645
SourceFileInfo
.OriginalFileLinkAlias,
2646
SourceFileInfo
.OriginalFileLogicalName,