3 writes to refCount
System.Activities (3)
System\Activities\NoPersistProperty.cs (3)
27this.refCount++; 35this.refCount--; 54this.refCount = 0;
4 references to refCount
System.Activities (4)
System\Activities\NoPersistProperty.cs (4)
33Fx.Assert(this.refCount > 0, "We should guard against too many exits elsewhere."); 38return this.refCount == 0; 47if (this.refCount > 0) 49for (int i = 0; i < this.refCount; i++)