6 writes to count
System.IdentityModel (6)
System\IdentityModel\MostlySingletonList.cs (6)
47
this.
count
= 1;
55
this.
count
++;
106
this.
count
= 0;
119
this.
count
--;
131
this.
count
= 0;
136
this.
count
--;
4 references to count
System.IdentityModel (4)
System\IdentityModel\MostlySingletonList.cs (4)
37
get { return this.
count
; }
44
if (this.
count
== 0)
70
if (this.
count
!= 1 )
84
return this.
count
== 1 && Compare(this.singleton, item);