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)
1207public T[] Contents => _cachedContents ??= _list.ToArray(_list.Count);