3 references to Rule
Roslyn.Diagnostics.Analyzers (3)
DoNotMixAttributesFromDifferentVersionsOfMEF.cs (3)
37public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 123symbolContext.ReportDiagnostic(symbolContext.Symbol.CreateDiagnostic(Rule, problematicAttribute.AttributeClass.Name, exportedType.Name)); 129Rule, symbolContext.CancellationToken, problematicAttribute.AttributeClass.Name, exportedType.Name);