5 references to _list
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
2345return (ImportStructWorkItem)_list[index]!; 2349_list[index] = value; 2357return _list.Count; 2363_list.Add(item); 2383_list.RemoveAt(index);