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