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