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