4 types derived from SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeAction.cs (4)
596internal class CodeActionWithNestedActions : SimpleCodeAction 650internal class DocumentChangeAction : SimpleCodeAction 697internal class SolutionChangeAction : SimpleCodeAction 738internal sealed class NoChangeAction : SimpleCodeAction
1 reference to SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
218var isFactoryGenerated = this is SimpleCodeAction { CreatedFromFactoryMethod: true };