1 write to handleLeak
System.Windows.Forms (1)
misc\CompModSwitches.cs (1)
313
handleLeak
= new TraceSwitch("HANDLELEAK", "HandleCollector: Track Win32 Handle Leaks");
2 references to handleLeak
System.Windows.Forms (2)
misc\CompModSwitches.cs (2)
312
if (
handleLeak
== null) {
315
return
handleLeak
;