2 references to JitDebuggingDefault
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (2)
31
s_propJitDebugging = new ConfigurationProperty("jitDebugging", typeof(bool),
JitDebuggingDefault
, ConfigurationPropertyOptions.None);
51
[ConfigurationProperty("jitDebugging", DefaultValue=
JitDebuggingDefault
)]