10 references to EmptySet
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolChanges.cs (1)
501
replaceSymbols = lazyReplaceSymbolsBuilder ?? SpecializedCollections.
EmptySet
<ISymbol>();
InternalUtilities\SpecializedCollections.cs (1)
103
?
EmptySet
<T>()
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
844
return SpecializedCollections.
EmptySet
<string>();
Symbols\PropertyOrEventSymbolExtensions.cs (2)
36
return SpecializedCollections.
EmptySet
<T>();
42
return SpecializedCollections.
EmptySet
<T>();
Microsoft.CodeAnalysis.UnitTests (1)
InternalUtilities\SpecializedCollectionsTests.cs (1)
25
: SpecializedCollections.
EmptySet
<int>();
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LocalRewriter\LocalRewriter.vb (1)
255
SpecializedCollections.
EmptySet
(Of Symbol),
Lowering\Rewriter.vb (1)
100
If(symbolsCapturedWithoutCopyCtor, SpecializedCollections.
EmptySet
(Of Symbol)),
Symbols\Metadata\PE\PEPropertyOrEventHelpers.vb (2)
28
Return SpecializedCollections.
EmptySet
(Of T)()
33
Return SpecializedCollections.
EmptySet
(Of T)()