1 type derived from Enumerable
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
96
internal class Collection<T> :
Enumerable
<T>, ICollection<T>