1 instantiation of ErrorMessage
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ScopedCss\RewriteCss.cs (1)
313
_diagnostics.Add(
new
(ImportNotAllowedErrorMessage, _filePath, location.Line, location.Character));
7 references to ErrorMessage
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
ScopedCss\RewriteCss.cs (7)
36
var allDiagnostics = new ConcurrentQueue<
ErrorMessage
>();
61
foreach (
var
error in errors)
76
public static string AddScopeToSelectors(string filePath, string text, string cssScope, out IEnumerable<
ErrorMessage
> errors)
79
private static string AddScopeToSelectors(string filePath, in SourceFile sourceFile, string cssScope, out IEnumerable<
ErrorMessage
> errors)
86
var foundErrors = new List<
ErrorMessage
>();
298
private sealed class EnsureNoImports(string filePath, in RewriteCss.SourceFile sourceFile, ComplexItem root, List<RewriteCss.
ErrorMessage
> diagnostics) : Visitor(root)
302
private readonly List<
ErrorMessage
> _diagnostics = diagnostics;