1 write to lifetimeTracing
System.Windows.Forms (1)
misc\CompModSwitches.cs (1)
261
lifetimeTracing
= new BooleanSwitch("LifetimeTracing", "Track lifetime events. This will cause objects to track the stack at creation and dispose.");
2 references to lifetimeTracing
System.Windows.Forms (2)
misc\CompModSwitches.cs (2)
260
if (
lifetimeTracing
== null) {
263
return
lifetimeTracing
;