1 type derived from Collection
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
133internal class List<T> : Collection<T>, IList<T>, IReadOnlyList<T>
1 instantiation of Collection
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
98public static readonly ICollection<T> Instance = new Collection<T>();