5 references to _list
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
2310return (ImportStructWorkItem)_list[index]!; 2314_list[index] = value; 2322return _list.Count; 2328_list.Add(item); 2348_list.RemoveAt(index);