1 type derived from Enumerable
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
16internal class Collection<TUnderlying, T> : Enumerable<TUnderlying, T>, ICollection<T>
1 instantiation of Enumerable
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.cs (1)
92return new ReadOnly.Enumerable<IEnumerable<T>, T>(values);