1 write to _list
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1200
_list
= builder;
2 references to _list
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (2)
1207
public T[] Contents => _cachedContents ??=
_list
.ToArray(
_list
.Count);