3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\SealInternalTypes.cs (3)
32
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
77
if (!hasInternalsVisibleTo || context.Options.GetBoolOptionValue(EditorConfigOptionNames.IgnoreInternalsVisibleTo,
Rule
, type, context.Compilation, defaultValue: false))
79
context.ReportDiagnostic(type.CreateDiagnostic(
Rule
, type.Name));