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