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