7 references to Symbols
Microsoft.CodeAnalysis.Features (7)
QuickInfo\CommonSemanticQuickInfoProvider.cs (7)
29if (tokenInformation.Symbols.IsDefaultOrEmpty) 44if (tokenInformation.Symbols.IsDefaultOrEmpty) 113var bestBinding = candidateResults.FirstOrNull(c => HasNoErrors(c.tokenInformation.Symbols)) 116if (bestBinding.tokenInformation.Symbols.IsDefaultOrEmpty) 128if (!tokenInformation.Symbols.Intersect(bestBinding.tokenInformation.Symbols, LinkedFilesSymbolEquivalenceComparer.Instance).Any()) 168var symbols = tokenInformation.Symbols;