1 write to _entries
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
492_entries = entries;
4 references to _entries
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenSet.cs (4)
500if ((uint)_index < (uint)_entries.Length) 505_index = _entries.Length; 514if ((uint)_index >= (uint)_entries.Length) 519return _entries[_index];