3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\Maintainability\MakeTypesInternal.cs (3)
40
|| !context.Options.GetOutputKindsOption(
Rule
, firstSyntaxTree, compilation, DefaultOutputKinds).Contains(compilation.Options.OutputKind))
55
context.ReportDiagnostic(identifier.CreateDiagnostic(
Rule
));
61
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);