3 references to ShouldImplementDisposePattern
Microsoft.CodeAnalysis.Features (3)
ImplementInterface\AbstractImplementInterfaceService.cs (3)
55
var action =
ShouldImplementDisposePattern
(state, explicitly: false)
101
if (
ShouldImplementDisposePattern
(state, explicitly: false))
122
if (
ShouldImplementDisposePattern
(state, explicitly: true))