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