2 instantiations of ImplementInterfaceWithDisposePatternCodeAction
Microsoft.CodeAnalysis.Features (2)
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (2)
108return new ImplementInterfaceWithDisposePatternCodeAction(service, document, options, state, explicitly: false, abstractly: false, throughMember: null); 117return new ImplementInterfaceWithDisposePatternCodeAction(service, document, options, state, explicitly: true, abstractly: false, throughMember: null);
5 references to ImplementInterfaceWithDisposePatternCodeAction
Microsoft.CodeAnalysis.Features (5)
ImplementInterface\AbstractImplementInterfaceService.cs (3)
56? ImplementInterfaceWithDisposePatternCodeAction.CreateImplementWithDisposePatternCodeAction(this, document, options, state) 103yield return ImplementInterfaceWithDisposePatternCodeAction.CreateImplementWithDisposePatternCodeAction(this, document, options, state); 124yield return ImplementInterfaceWithDisposePatternCodeAction.CreateImplementExplicitlyWithDisposePatternCodeAction(this, document, options, state);
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (2)
102public static ImplementInterfaceWithDisposePatternCodeAction CreateImplementWithDisposePatternCodeAction( 111public static ImplementInterfaceWithDisposePatternCodeAction CreateImplementExplicitlyWithDisposePatternCodeAction(