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