5 references to Rule
Roslyn.Diagnostics.Analyzers (5)
ExportedPartsShouldHaveImportingConstructor.cs (4)
40
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
112
Rule
, ScenarioProperties.ImplicitConstructor, context.CancellationToken, namedType.Name));
132
Rule
, ScenarioProperties.NonPublicConstructor, context.CancellationToken, namedType.Name));
149
context.ReportDiagnostic(constructor.DeclaringSyntaxReferences.CreateDiagnostic(
Rule
, properties, context.CancellationToken, namedType.Name));
ExportedPartsShouldHaveImportingConstructorCodeFixProvider.cs (1)
29
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(ExportedPartsShouldHaveImportingConstructor.
Rule
.Id);