1 write to list
System.IdentityModel (1)
System\IdentityModel\MostlySingletonList.cs (1)
50
this.
list
= new List<T>();
11 references to list
System.IdentityModel (11)
System\IdentityModel\MostlySingletonList.cs (11)
23
if (this.
list
== null)
30
return this.
list
[index];
42
if (this.
list
== null)
51
this.
list
.Add(this.singleton);
54
this.
list
.Add(item);
89
if (this.
list
== null)
95
return this.
list
.IndexOf(item);
101
if (this.
list
== null)
116
bool result = this.
list
.Remove(item);
127
if (this.
list
== null)
135
this.
list
.RemoveAt(index);