4 types derived from SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeAction.cs (4)
603internal class CodeActionWithNestedActions : SimpleCodeAction 657internal class DocumentChangeAction : SimpleCodeAction 704internal class SolutionChangeAction : SimpleCodeAction 739internal sealed class NoChangeAction : SimpleCodeAction
1 reference to SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
214var isFactoryGenerated = this is SimpleCodeAction { CreatedFromFactoryMethod: true };