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