2 references to s_rule
ILLink.RoslynAnalyzer (2)
UnsafeMethodMissingRequiresUnsafeAnalyzer.cs (2)
17public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(s_rule); 55context.ReportDiagnostic(Diagnostic.Create(s_rule, location, method.GetDisplayName()));