5 references to list
System.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
1993
return (ImportStructWorkItem)
list
[index];
1996
list
[index] = value;
2002
return
list
.Count;
2007
list
.Add(item);
2023
list
.RemoveAt(index);