2 references to RuleHelper
System.Private.CoreLib.Generators (2)
IntrinsicsInSystemPrivateCoreLibAnalyzer.cs (2)
48
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(Rule,
RuleHelper
, RuleCantParse, RuleAttributeNotSpecificEnough); } }
688
context.ReportDiagnostic(Diagnostic.Create(
RuleHelper
, operation.Syntax.GetLocation(), symbol.ToDisplayString()));