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