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