6 references to EmptySet
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolChanges.cs (1)
466replacedSymbols = lazyReplacedSymbolsBuilder ?? SpecializedCollections.EmptySet<ISymbolInternal>();
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
105? EmptySet<T>()
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1052return SpecializedCollections.EmptySet<string>();
Symbols\PropertyOrEventSymbolExtensions.cs (2)
37return SpecializedCollections.EmptySet<T>(); 43return SpecializedCollections.EmptySet<T>();
Microsoft.CodeAnalysis.UnitTests (1)
InternalUtilities\SpecializedCollectionsTests.cs (1)
26: SpecializedCollections.EmptySet<int>();