1 write to s_propJitDebugging
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (1)
31
s_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)
34
properties.Add(
s_propJitDebugging
);
54
return (bool) base[
s_propJitDebugging
];
58
base[
s_propJitDebugging
] = value;