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