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