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