2 references to ShouldImplementDisposePattern
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (2)
150
if (
ShouldImplementDisposePattern
(compilation, state, explicitly: false))
165
if (
ShouldImplementDisposePattern
(compilation, state, explicitly: true))