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