3 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>();
InternalUtilities\SpecializedCollections.cs (1)
110? EmptyReadOnlySet<T>()