3 references to ShouldImplementDisposePattern
Microsoft.CodeAnalysis.Features (3)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (3)
70var implementDisposePattern = ShouldImplementDisposePattern(model.Compilation, state.Info, explicitly: false); 200if (ShouldImplementDisposePattern(compilation, state, explicitly: false)) 215if (ShouldImplementDisposePattern(compilation, state, explicitly: true))