2 instantiations of SourceFile
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ScopedCss\RewriteCss.cs (2)
56var sourceFile = new SourceFile(inputText); 77=> AddScopeToSelectors(filePath, new SourceFile(text), cssScope, out errors);
4 references to SourceFile
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ScopedCss\RewriteCss.cs (4)
56var sourceFile = new SourceFile(inputText); 79private static string AddScopeToSelectors(string filePath, in SourceFile sourceFile, string cssScope, out IEnumerable<ErrorMessage> errors) 298private sealed class EnsureNoImports(string filePath, in RewriteCss.SourceFile sourceFile, ComplexItem root, List<RewriteCss.ErrorMessage> diagnostics) : Visitor(root) 301private readonly SourceFile _sourceFile = sourceFile;