5 references to EmptySet
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolChanges.cs (1)
467
replacedSymbols = lazyReplacedSymbolsBuilder ?? SpecializedCollections.
EmptySet
<ISymbolInternal>();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
105
?
EmptySet
<T>()
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1158
return SpecializedCollections.
EmptySet
<string>();
Symbols\PropertyOrEventSymbolExtensions.cs (2)
37
return SpecializedCollections.
EmptySet
<T>();
43
return SpecializedCollections.
EmptySet
<T>();