3 references to EmptySet
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder.cs (1)
429return SpecializedCollections.EmptySet<ProjectId>();
Recommendations\AbstractRecommendationService.cs (1)
51return SpecializedCollections.EmptySet<INamedTypeSymbol>();
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
103? EmptySet<T>()