2 references to CompleteComplexEditCommand
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\Delegation\DelegatedCompletionHelper.cs (2)
311if (resolvedCompletionItem.Command is { CommandIdentifier: Constants.CompleteComplexEditCommand, Arguments: var args }) 347logger.LogError($"Unexpected arguments for command '{Constants.CompleteComplexEditCommand}': Expected: [TextDocumentIdentifier, TextEdit, _, int], Actual: {GetArgumentTypesLogString(resolvedCompletionItem)}");