16 references to EmptyCollection
Microsoft.CodeAnalysis (2)
Collections\UnionCollection.cs (1)
55return SpecializedCollections.EmptyCollection<T>();
InternalUtilities\SpecializedCollections.cs (1)
96? EmptyCollection<T>()
Microsoft.CodeAnalysis.CSharp (4)
Symbols\MissingAssemblySymbol.cs (2)
152return SpecializedCollections.EmptyCollection<string>(); 160return SpecializedCollections.EmptyCollection<string>();
Symbols\MissingModuleSymbol.cs (2)
134return SpecializedCollections.EmptyCollection<string>(); 142return SpecializedCollections.EmptyCollection<string>();
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\MissingAssemblySymbol.vb (2)
125Return SpecializedCollections.EmptyCollection(Of String)() 131Return SpecializedCollections.EmptyCollection(Of String)()
Symbols\MissingModuleSymbol.vb (2)
102Return SpecializedCollections.EmptyCollection(Of String)() 108Return SpecializedCollections.EmptyCollection(Of String)()
Symbols\UnboundGenericType.vb (1)
625Return SpecializedCollections.EmptyCollection(Of String)()
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\SymbolErrorTests.vb (1)
22504Assert.Equal(SpecializedCollections.EmptyCollection(Of String), errTypeSym.MemberNames)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (4)
MockSymbols.vb (4)
701Return SpecializedCollections.EmptyCollection(Of String)() 707Return SpecializedCollections.EmptyCollection(Of String)() 785Return SpecializedCollections.EmptyCollection(Of String)() 791Return SpecializedCollections.EmptyCollection(Of String)()