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