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