1 write to InitialThreshold
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\HandleCollector.cs (1)
39
InitialThreshold
= initialThreshold;
2 references to InitialThreshold
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\HandleCollector.cs (2)
104
if (newThreshold >
InitialThreshold
)
110
_threshold =
InitialThreshold
;