6 writes to count
System.ServiceModel (6)
System\ServiceModel\MostlySingletonList.cs (6)
48
this.
count
= 1;
56
this.
count
++;
101
this.
count
= 0;
114
this.
count
--;
126
this.
count
= 0;
131
this.
count
--;
4 references to count
System.ServiceModel (4)
System\ServiceModel\MostlySingletonList.cs (4)
38
get { return this.
count
; }
45
if (this.
count
== 0)
71
if (this.
count
!= 1 || index != 0)
79
return this.
count
== 1 && Compare(this.singleton, item);