1 reference to ReadOnlySet
System.Collections (1)
System\Collections\Generic\ReadOnlySet.cs (1)
26public static ReadOnlySet<T> Empty { get; } = new ReadOnlySet<T>(new HashSet<T>());