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