1 write to _collection
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableExtensions.cs (1)
122_collection = collection;
3 references to _collection
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableExtensions.cs (3)
130get { return _collection.Count; } 138get { return _collection[index]; } 149return _collection.GetEnumerator();