2 references to EmptyReadOnlySet
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
99=> (IReadOnlySet<T>?)_set ?? SpecializedCollections.EmptyReadOnlySet<T>();
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs (1)
110? EmptyReadOnlySet<T>()