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)
199
if (
_collection
== null)
210
return
_collection
.Count;
223
return
_collection
[index];