5 references to _list
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
2344
return (ImportStructWorkItem)
_list
[index]!;
2348
_list
[index] = value;
2356
return
_list
.Count;
2362
_list
.Add(item);
2382
_list
.RemoveAt(index);