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