1 instantiation of List
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.Empty.List.cs (1)
23
public static new readonly List<T> Instance =
new
();
5 references to List
Microsoft.CodeAnalysis (5)
InternalUtilities\SpecializedCollections.cs (4)
18
return Empty.
List
<T>.Instance;
23
return Empty.
List
<T>.Instance;
28
return Empty.
List
<T>.Instance;
38
return Empty.
List
<T>.Instance;
InternalUtilities\SpecializedCollections.Empty.List.cs (1)
23
public static new readonly
List
<T> Instance = new();