1 write to SourceFileInfo
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
458
SourceFileInfo
= OnSourceFileResolve(sourceFile);
27 references to SourceFileInfo
PresentationBuildTasks (27)
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 (25)
252
ApplicationFile =
SourceFileInfo
.RelativeSourceFilePath;
276
if (
SourceFileInfo
.RelativeSourceFilePath.Length > 0)
461
if (sourceFile.Path == null || !
SourceFileInfo
.IsXamlFile)
481
int pathEndIndex =
SourceFileInfo
.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar);
482
string targetPath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath.Substring(0, pathEndIndex + 1);
521
xamlParser = new ParserExtension(this, _parserContext, bamlWriter,
SourceFileInfo
.Stream, pass2);
568
if (
SourceFileInfo
!= null)
570
SourceFileInfo
.CloseStream();
634
csPragma.FileName = ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML;
636
csPragma.ChecksumData = TaskFileService.GetChecksum(
SourceFileInfo
.OriginalFilePath, hashGuid);
657
TargetPath +
SourceFileInfo
.RelativeSourceFilePath,
765
string filename =
SourceFileInfo
.OriginalFilePath;
805
SourceFileInfo
.RelativeSourceFilePath + XAML);
1290
string filepath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath + BAML;
1596
string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(
SourceFileInfo
.RelativeSourceFilePath);
1603
string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath,
SourceFileInfo
.SourcePath);
1611
if (TargetPath.StartsWith(
SourceFileInfo
.SourcePath, StringComparison.OrdinalIgnoreCase))
1613
string relPath = TargetPath.Substring(
SourceFileInfo
.SourcePath.Length);
1614
relPath +=
SourceFileInfo
.RelativeSourceFilePath;
1629
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
1635
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
2193
SourceFileInfo
.OriginalFilePath,
2630
SourceFileInfo
.RelativeSourceFilePath + XAML,
2631
SourceFileInfo
.OriginalFileLinkAlias,
2632
SourceFileInfo
.OriginalFileLogicalName,