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