2 writes to _collection
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableExtensions.cs (2)
207_collection = _sequence.ToArray(); 221_collection ??= _sequence.ToArray();
3 references to _collection
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableExtensions.cs (3)
199if (_collection == null) 210return _collection.Count; 223return _collection[index];