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