1 write to s_propJitDebugging
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (1)
31s_propJitDebugging = new ConfigurationProperty("jitDebugging", typeof(bool), JitDebuggingDefault, ConfigurationPropertyOptions.None);
3 references to s_propJitDebugging
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (3)
34properties.Add(s_propJitDebugging); 54return (bool) base[s_propJitDebugging]; 58base[s_propJitDebugging] = value;