3 references to GenerateComplexTextEditAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResultFactory.cs (2)
623
var (textEdit, isSnippetString, newPosition) = await
GenerateComplexTextEditAsync
(
674
var (edit, _, _) = await
GenerateComplexTextEditAsync
(
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Completion\CompletionResolveTests.cs (1)
198
var (textEdit, _, _) = await CompletionResultFactory.
GenerateComplexTextEditAsync
(