5 references to EmptyReadOnlySet
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (1)
491
return SpecializedCollections.
EmptyReadOnlySet
<string>();
InternalUtilities\SetWithInsertionOrder.cs (1)
99
=> (IReadOnlySet<T>?)_set ?? SpecializedCollections.
EmptyReadOnlySet
<T>();
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
112
?
EmptyReadOnlySet
<T>()
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (2)
33
_parametersPassedToTheBase = SpecializedCollections.
EmptyReadOnlySet
<ParameterSymbol>();
202
_parametersPassedToTheBase = SpecializedCollections.
EmptyReadOnlySet
<ParameterSymbol>();