3 references to UnguardedJSInteropCall
Microsoft.AspNetCore.Components.Analyzers (3)
JSInteropAnalyzer.cs (2)
26
ImmutableArray.Create(DiagnosticDescriptors.
UnguardedJSInteropCall
);
82
DiagnosticDescriptors.
UnguardedJSInteropCall
,
JSInteropCodeFixProvider.cs (1)
24
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(DiagnosticDescriptors.
UnguardedJSInteropCall
.Id);