3 writes to _handleCount
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\HandleCollector.cs (3)
42
_handleCount
= 0;
57
Interlocked.Increment(ref
_handleCount
);
93
Interlocked.Decrement(ref
_handleCount
);
8 references to _handleCount
System.Runtime.InteropServices (8)
System\Runtime\InteropServices\HandleCollector.cs (8)
46
public int Count =>
_handleCount
;
58
if (
_handleCount
< 0)
63
if (
_handleCount
> _threshold)
67
_threshold =
_handleCount
+ (
_handleCount
/ DeltaPercent);
94
if (
_handleCount
< 0)
99
int newThreshold =
_handleCount
+
_handleCount
/ DeltaPercent;