1 write to SourceFileInfo
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
460
SourceFileInfo
= OnSourceFileResolve(sourceFile);
25 references to SourceFileInfo
PresentationBuildTasks (25)
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 (23)
241
ApplicationFile =
SourceFileInfo
.RelativeSourceFilePath;
265
if (
SourceFileInfo
.RelativeSourceFilePath.Length > 0)
463
if (sourceFile.Path == null || !
SourceFileInfo
.IsXamlFile)
483
int pathEndIndex =
SourceFileInfo
.RelativeSourceFilePath.LastIndexOf(ESCAPED_BACKSLASH, StringComparison.Ordinal);
484
string targetPath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath.Substring(0, pathEndIndex + 1);
523
xamlParser = new ParserExtension(this, _parserContext, bamlWriter,
SourceFileInfo
.Stream, pass2);
570
if (
SourceFileInfo
!= null)
572
SourceFileInfo
.CloseStream();
651
csPragma.FileName = ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML;
653
csPragma.ChecksumData = TaskFileService.GetChecksum(
SourceFileInfo
.OriginalFilePath, s_hashGuid);
674
TargetPath +
SourceFileInfo
.RelativeSourceFilePath,
775
string filename =
SourceFileInfo
.OriginalFilePath;
815
SourceFileInfo
.RelativeSourceFilePath + XAML);
1300
string filepath = TargetPath +
SourceFileInfo
.RelativeSourceFilePath + BAML;
1562
if (TargetPath.StartsWith(
SourceFileInfo
.SourcePath, StringComparison.OrdinalIgnoreCase))
1564
string relPath = TargetPath.Substring(
SourceFileInfo
.SourcePath.Length);
1565
relPath +=
SourceFileInfo
.RelativeSourceFilePath;
1579
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
1585
CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix +
SourceFileInfo
.RelativeSourceFilePath + XAML, lineNumber);
2145
SourceFileInfo
.OriginalFilePath,
2582
SourceFileInfo
.RelativeSourceFilePath + XAML,
2583
SourceFileInfo
.OriginalFileLinkAlias,
2584
SourceFileInfo
.OriginalFileLogicalName,