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