2 references to NestedCodeActionsProperty
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Models\CodeActionExtensions.cs (2)
109
var nestedCodeActions = arg.GetProperty(
NestedCodeActionsProperty
);
141
newArg.AsObject()[
NestedCodeActionsProperty
] = JsonSerializer.SerializeToNode(mappedNestedActions.ToArray(), JsonHelpers.JsonSerializerOptions);