1 write to _list
System.Collections.NonGeneric (1)
System\Collections\ReadOnlyCollectionBase.cs (1)
21
protected ArrayList InnerList =>
_list
??= new ArrayList();