4 references to Symbols
Microsoft.CodeAnalysis.Features (4)
QuickInfo\CommonSemanticQuickInfoProvider.cs (4)
27if (tokenInformation.Symbols.IsDefaultOrEmpty) 42if (tokenInformation.Symbols.IsDefaultOrEmpty) 126if (!tokenInformation.Symbols.Intersect(bestBinding.tokenInformation.Symbols, LinkedFilesSymbolEquivalenceComparer.Instance).Any()) 166var symbols = tokenInformation.Symbols;