5 references to EmptyReadOnlySet
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (1)
491return 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>();