2 references to FinalizeImplementationRule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementIDisposableCorrectly.cs (2)
125
ImmutableArray.Create(IDisposableReimplementationRule, FinalizeOverrideRule, DisposeOverrideRule, DisposeSignatureRule, RenameDisposeRule, DisposeBoolSignatureRule, DisposeImplementationRule,
FinalizeImplementationRule
, ProvideDisposeBoolRule);
399
context.ReportDiagnostic(method.CreateDiagnostic(
FinalizeImplementationRule
, $"{type.Name}.{method.Name}"));