1 write to Symbols
Microsoft.CodeAnalysis.Features (1)
QuickInfo\CommonSemanticQuickInfoProvider.TokenInfo.cs (1)
28Symbols = symbols;
7 references to Symbols
Microsoft.CodeAnalysis.Features (7)
QuickInfo\CommonSemanticQuickInfoProvider.cs (7)
26if (tokenInformation.Symbols.IsDefaultOrEmpty) 40if (tokenInformation.Symbols.IsDefaultOrEmpty) 112var bestBinding = candidateResults.FirstOrNull(c => HasNoErrors(c.tokenInformation.Symbols)) 115if (bestBinding.tokenInformation.Symbols.IsDefaultOrEmpty) 123if (!tokenInformation.Symbols.Intersect(bestBinding.tokenInformation.Symbols, LinkedFilesSymbolEquivalenceComparer.Instance).Any()) 162var symbols = tokenInformation.Symbols;