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