4 writes to singleton
System.ServiceModel (4)
System\ServiceModel\MostlySingletonList.cs (4)
47
this.
singleton
= item;
53
this.
singleton
= null;
100
this.
singleton
= null;
125
this.
singleton
= null;
3 references to singleton
System.ServiceModel (3)
System\ServiceModel\MostlySingletonList.cs (3)
27
return this.
singleton
;
52
this.list.Add(this.
singleton
);
79
return this.count == 1 && Compare(this.
singleton
, item);