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