1 instantiation of List
Microsoft.CodeAnalysis.Collections.Package (1)
Specialized\SpecializedCollections.Empty.List.cs (1)
25public static new readonly List<T> Instance = new();
5 references to List
Microsoft.CodeAnalysis.Collections.Package (5)
Specialized\SpecializedCollections.cs (4)
20return Empty.List<T>.Instance; 25return Empty.List<T>.Instance; 30return Empty.List<T>.Instance; 40return Empty.List<T>.Instance;
Specialized\SpecializedCollections.Empty.List.cs (1)
25public static new readonly List<T> Instance = new();