1 implementation of IOrderedReadOnlySet
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
18
internal sealed class SetWithInsertionOrder<T> :
IOrderedReadOnlySet
<T>