1 write to list
System.ServiceModel (1)
System\ServiceModel\MostlySingletonList.cs (1)
51this.list = new List<T>();
11 references to list
System.ServiceModel (11)
System\ServiceModel\MostlySingletonList.cs (11)
24if (this.list == null) 31return this.list[index]; 43if (this.list == null) 52this.list.Add(this.singleton); 55this.list.Add(item); 84if (this.list == null) 90return this.list.IndexOf(item); 96if (this.list == null) 111bool result = this.list.Remove(item); 122if (this.list == null) 130this.list.RemoveAt(index);