1 instantiation of List
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
135public static new readonly List<T> Instance = new List<T>();
5 references to List
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SpecializedCollections.cs (5)
21return Empty.List<T>.Instance; 26return Empty.List<T>.Instance; 31return Empty.List<T>.Instance; 36return Empty.List<T>.Instance; 135public static new readonly List<T> Instance = new List<T>();