1 write to Symbol
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\QuickInfo\XamlQuickInfo.cs (1)
28
Symbol
= symbol;
2 references to Symbol
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (2)
66
if (info.
Symbol
!= null)
69
var description = await info.
Symbol
.GetDescriptionAsync(document, options, cancellationToken).ConfigureAwait(false);