1 reference to EmptyEnumerator
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
90
=> _elements is null ? SpecializedCollections.
EmptyEnumerator
<T>() : ((IEnumerable<T>)_elements).GetEnumerator();