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