Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Microsoft.CodeAnalysis.Razor.CodeActions.Models;

internal sealed class RazorCodeActionResolutionParams
{
// NOTE: Capital T here is required to match Roslyn's DocumentResolveData structure, so that the Roslyn
// NOTE: Uppercase T here is required to match Roslyn's DocumentResolveData structure, so that the Roslyn
// language server can correctly route requests to us in cohosting. In future when we normalize
// on to Roslyn types, we should inherit from that class so we don't have to remember to do this.
[JsonPropertyName("TextDocument")]
Expand Down
Loading