5 references to _list
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
2360
return (ImportStructWorkItem)
_list
[index]!;
2364
_list
[index] = value;
2372
return
_list
.Count;
2378
_list
.Add(item);
2398
_list
.RemoveAt(index);