1 write to _entries
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
454_entries = entries;
4 references to _entries
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenSet.cs (4)
462if ((uint)_index < (uint)_entries.Length) 467_index = _entries.Length; 476if ((uint)_index >= (uint)_entries.Length) 481return _entries[_index];