1 write to _namedSymbols
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\IRecommendationService.cs (1)
44
_namedSymbols
= namedSymbols;
1 reference to _namedSymbols
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\IRecommendationService.cs (1)
28
public ImmutableArray<ISymbol> NamedSymbols =>
_namedSymbols
.NullToEmpty();