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