1 type derived from Enumerable
Microsoft.CodeAnalysis.Collections.Package (1)
Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
16internal class Collection<TUnderlying, T> : Enumerable<TUnderlying, T>, ICollection<T>
1 instantiation of Enumerable
Microsoft.CodeAnalysis.Collections.Package (1)
Specialized\SpecializedCollections.cs (1)
92return new ReadOnly.Enumerable<IEnumerable<T>, T>(values);