5 references to _list
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
2344return (ImportStructWorkItem)_list[index]!; 2348_list[index] = value; 2356return _list.Count; 2362_list.Add(item); 2382_list.RemoveAt(index);