2 references to CodeActionPathProperty
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Models\CodeActionExtensions.cs (2)
125if (nestedData.TryGetProperty(CodeActionPathProperty, out var codeActionPath)) 127newActionData[CodeActionPathProperty] = JsonSerializer.SerializeToNode(codeActionPath, JsonHelpers.JsonSerializerOptions);