6 references to Symbols
Microsoft.CodeAnalysis.Features (6)
QuickInfo\CommonSemanticQuickInfoProvider.cs (6)
29if (tokenInformation.Symbols.IsDefaultOrEmpty) 102var bestBinding = candidateResults.FirstOrNull(c => HasNoErrors(c.tokenInformation.Symbols)) 105if (bestBinding.tokenInformation.Symbols.IsDefaultOrEmpty) 117if (!tokenInformation.Symbols.Intersect(bestBinding.tokenInformation.Symbols, LinkedFilesSymbolEquivalenceComparer.Instance).Any()) 158var symbols = tokenInformation.Symbols;