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