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