1 instantiation of VSInternalCodeAction
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\CodeActionHelpers.cs (1)
231return new VSInternalCodeAction
5 references to VSInternalCodeAction
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\CodeActions\CodeActionHelpers.cs (3)
213private static VSInternalCodeAction GenerateVSCodeAction( 243static VSInternalCodeAction[] GenerateNestedVSCodeActions( 256using var _ = ArrayBuilder<VSInternalCodeAction>.GetInstance(out var nestedActions);
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
33AddOrReplaceConverter<CodeAction, VSInternalCodeAction>();
Protocol\Internal\VSInternalCodeAction.cs (1)
53public VSInternalCodeAction[]? Children