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)
130
get { return
_collection
.Count; }
138
get { return
_collection
[index]; }
149
return
_collection
.GetEnumerator();