2 references to XamlAutoInsertResult
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Features\AutoInsert\IXamlAutoInsertService.cs (1)
16
Task<
XamlAutoInsertResult
> GetAutoInsertAsync(TextDocument document, char typedChar, int position, CancellationToken cancellationToken);
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
49
var
result = await insertService.GetAutoInsertAsync(document, request.Character[0], offset, cancellationToken).ConfigureAwait(false);