15 references to data
System (15)
compmod\system\collections\specialized\stringcollection.cs (15)
26return ((string)data[index]); 29data[index] = value; 39return data.Count; 65return data.Add(value); 75data.AddRange(value); 83data.Clear(); 92return data.Contains(value); 100data.CopyTo(array, index); 116return data.IndexOf(value); 124data.Insert(index, value); 152data.Remove(value); 159data.RemoveAt(index); 167return data.SyncRoot; 202data.CopyTo(array, index); 206return data.GetEnumerator();