1 type derived from Enumerable
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs (1)
14internal class Collection<TUnderlying, T> : Enumerable<TUnderlying, T>, ICollection<T>
1 instantiation of Enumerable
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.cs (1)
90return new ReadOnly.Enumerable<IEnumerable<T>, T>(values);