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