6 references to EmptyCollection
Microsoft.CodeAnalysis (2)
Collections\UnionCollection.cs (1)
56return SpecializedCollections.EmptyCollection<T>();
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
98? EmptyCollection<T>()
Microsoft.CodeAnalysis.CSharp (4)
Symbols\MissingAssemblySymbol.cs (2)
157return SpecializedCollections.EmptyCollection<string>(); 165return SpecializedCollections.EmptyCollection<string>();
Symbols\MissingModuleSymbol.cs (2)
135return SpecializedCollections.EmptyCollection<string>(); 143return SpecializedCollections.EmptyCollection<string>();