2 references to s_rule
ILLink.RoslynAnalyzer (2)
LibraryImportRequiresExplicitSafetyAnalyzer.cs (2)
40
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [
s_rule
];
82
context.ReportDiagnostic(Diagnostic.Create(
s_rule
, declaration.Identifier.GetLocation()));