1 write to _unnamedSymbols
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\IRecommendationService.cs (1)
45
_unnamedSymbols
= unnamedSymbols;
1 reference to _unnamedSymbols
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\IRecommendationService.cs (1)
33
public ImmutableArray<ISymbol> UnnamedSymbols =>
_unnamedSymbols
.NullToEmpty();