1 write to SourceFileInfo
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
455SourceFileInfo = OnSourceFileResolve(sourceFile);
26 references to SourceFileInfo
PresentationBuildTasks (26)
MS\Internal\Localization\LocalizationParserHooks.cs (2)
102string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 112writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (24)
249ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 273if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 458if (sourceFile.Path == null || !SourceFileInfo.IsXamlFile) 478int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar); 479string targetPath = string.Concat(TargetPath, SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1)); 521xamlParser = new ParserExtension(this, _parserContext, bamlWriter, SourceFileInfo.Stream, pass2) 568SourceFileInfo?.CloseStream(); 632FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, 634ChecksumData = TaskFileService.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid) 656TargetPath + SourceFileInfo.RelativeSourceFilePath, 765string filename = SourceFileInfo.OriginalFilePath; 805SourceFileInfo.RelativeSourceFilePath + XAML); 1296string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1599string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(SourceFileInfo.RelativeSourceFilePath); 1606string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath); 1614if (TargetPath.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase)) 1616string relPath = TargetPath.Substring(SourceFileInfo.SourcePath.Length); 1617relPath += SourceFileInfo.RelativeSourceFilePath; 1632CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1638CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2193SourceFileInfo.OriginalFilePath, 2644SourceFileInfo.RelativeSourceFilePath + XAML, 2645SourceFileInfo.OriginalFileLinkAlias, 2646SourceFileInfo.OriginalFileLogicalName,