1 type derived from Collection
Microsoft.Build (1)
SpecializedCollections.ReadOnly.Set.cs (1)
16internal class Set<TUnderlying, T> : Collection<TUnderlying, T>, ISet<T>, IReadOnlySet<T>
1 instantiation of Collection
Microsoft.Build (1)
SpecializedCollections.cs (1)
99: new ReadOnly.Collection<ICollection<T>, T>(collection);