1 override of IsInlinable
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
627
public sealed override bool
IsInlinable
{ get; }
2 references to IsInlinable
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
700
if (action is { CodeAction.
IsInlinable
: true, NestedActionSets.Length: > 0 })
Handler\CodeActions\CodeActionHelpers.cs (1)
365
codeAction.Title, nestedActions.ToImmutableAndClear(), codeAction.
IsInlinable
, codeAction.Priority);