3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\DoNotLockOnObjectsWithWeakIdentity.cs (3)
41public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 83context.ReportDiagnostic(operation.CreateDiagnostic(Rule, operation.Syntax.ToString())); 89context.ReportDiagnostic(operation.CreateDiagnostic(Rule, type.ToDisplayString()));