3 writes to handleCount
System (3)
sys\system\runtime\interopservices\handlecollector.cs (3)
52
this.
handleCount
= 0;
69
Interlocked.Increment( ref
handleCount
);
98
Interlocked.Decrement( ref
handleCount
);
8 references to handleCount
System (8)
sys\system\runtime\interopservices\handlecollector.cs (8)
55
public int Count { get {return
handleCount
;} }
70
if(
handleCount
< 0) {
74
if (
handleCount
> threshold) {
76
threshold =
handleCount
+ (
handleCount
/deltaPercent);
99
if (
handleCount
< 0) {
103
int newThreshold =
handleCount
+
handleCount
/deltaPercent;