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