4 types derived from SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeAction.cs (4)
497internal class CodeActionWithNestedActions : SimpleCodeAction 551internal class DocumentChangeAction : SimpleCodeAction 586internal class SolutionChangeAction : SimpleCodeAction 621internal sealed class NoChangeAction : SimpleCodeAction
1 reference to SimpleCodeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
124var isFactoryGenerated = this is SimpleCodeAction { CreatedFromFactoryMethod: true };