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