1 write to SourceFileInfo
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
462SourceFileInfo = OnSourceFileResolve(sourceFile);
27 references to SourceFileInfo
PresentationBuildTasks (27)
MS\Internal\Localization\LocalizationParserHooks.cs (2)
104string absoluteOutputPath = _compiler.TargetPath + _compiler.SourceFileInfo.RelativeSourceFilePath + SharedStrings.LocExtension; 114writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (25)
256ApplicationFile = SourceFileInfo.RelativeSourceFilePath; 280if (SourceFileInfo.RelativeSourceFilePath.Length > 0) 465if (sourceFile.Path == null || !SourceFileInfo.IsXamlFile) 485int pathEndIndex = SourceFileInfo.RelativeSourceFilePath.LastIndexOf(Path.DirectorySeparatorChar); 486string targetPath = TargetPath + SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1); 525xamlParser = new ParserExtension(this, _parserContext, bamlWriter, SourceFileInfo.Stream, pass2); 572if (SourceFileInfo != null) 574SourceFileInfo.CloseStream(); 638csPragma.FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML; 640csPragma.ChecksumData = TaskFileService.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid); 661TargetPath + SourceFileInfo.RelativeSourceFilePath, 769string filename = SourceFileInfo.OriginalFilePath; 809SourceFileInfo.RelativeSourceFilePath + XAML); 1294string filepath = TargetPath + SourceFileInfo.RelativeSourceFilePath + BAML; 1600string pathOfRelativeSourceFilePath = System.IO.Path.GetDirectoryName(SourceFileInfo.RelativeSourceFilePath); 1607string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath); 1615if (TargetPath.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase)) 1617string relPath = TargetPath.Substring(SourceFileInfo.SourcePath.Length); 1618relPath += SourceFileInfo.RelativeSourceFilePath; 1633CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 1639CodeLinePragma clp = new CodeLinePragma(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber); 2197SourceFileInfo.OriginalFilePath, 2634SourceFileInfo.RelativeSourceFilePath + XAML, 2635SourceFileInfo.OriginalFileLinkAlias, 2636SourceFileInfo.OriginalFileLogicalName,