26 instantiations of BooleanSwitch
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginContainer.cs (1)
219new System.Diagnostics.BooleanSwitch("SiteOfOrigin", "SiteOfOriginContainer and SiteOfOriginPart trace messages");
System (2)
compmod\system\componentmodel\CompModSwitches.cs (1)
27commonDesignerServices = new BooleanSwitch("CommonDesignerServices", "Assert if any common designer service is not found.");
compmod\system\componentmodel\TypeDescriptor.cs (1)
55private static BooleanSwitch TraceDescriptor = new BooleanSwitch("TypeDescriptor", "Debug TypeDescriptor.");
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
73private static BooleanSwitch _applyTransformationsRegardlessOfSize = new BooleanSwitch("System.Data.EntityClient.IgnoreOptimizationLimit", "The Entity Framework should try to optimize the query regardless of its size");
System.Drawing (2)
misc\CompModSwitches.cs (1)
323traceCollect = new BooleanSwitch("TRACECOLLECT", "HandleCollector: Trace HandleCollector operations");
misc\CoreSwitches.cs (1)
23perfTrack = new BooleanSwitch("PERFTRACK", "Debug performance critical sections.");
System.Web (1)
Compilation\CodeDOMUtility.cs (1)
29internal static BooleanSwitch WebFormsCompilation = new BooleanSwitch("WebFormsCompilation", "Outputs information about the WebForms compilation of ASPX templates");
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
32new BooleanSwitch("DeviceSpecificDesigner", "Enable DeviceSpecific designer general purpose traces.");
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
39new BooleanSwitch("MobileTemplatedControlDesigner", "Enable TemplateableControl designer general purpose traces.");
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
37new BooleanSwitch("StyleSheetDesigner", "Enable StyleSheet designer general purpose traces.");
System.Web.Services (2)
System\ComponentModel\CompModSwitches.cs (2)
21disableRemoteDebugging = new BooleanSwitch("Remote.Disable", "Disable remote debugging for web methods."); 39dynamicDiscoVirtualSearch = new BooleanSwitch("DynamicDiscoveryVirtualSearch", "Force virtual search for DiscoveryRequestHandler class.");
System.Windows.Forms (6)
misc\CompModSwitches.cs (2)
261lifetimeTracing = new BooleanSwitch("LifetimeTracing", "Track lifetime events. This will cause objects to track the stack at creation and dispose."); 323traceCollect = new BooleanSwitch("TRACECOLLECT", "HandleCollector: Trace HandleCollector operations");
misc\CoreSwitches.cs (1)
23perfTrack = new BooleanSwitch("PERFTRACK", "Debug performance critical sections.");
winforms\Managed\System\WinForms\AxHost.cs (2)
61private static BooleanSwitch AxIgnoreTMSwitch = new BooleanSwitch("AxIgnoreTM", "ActiveX switch to ignore thread models"); 62private static BooleanSwitch AxAlwaysSaveSwitch = new BooleanSwitch("AxAlwaysSave", "ActiveX to save all controls regardless of their IsDirty function return value");
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
39private static BooleanSwitch PbrsAssertPropsSwitch = new BooleanSwitch("PbrsAssertProps", "PropertyBrowser : Assert on broken properties");
System.Workflow.ComponentModel (2)
AuthoringOM\Trace.cs (2)
73BooleanSwitch logToFile = new BooleanSwitch("System.Workflow LogToFile", "Log traces to file"); 84BooleanSwitch traceToDefault = new BooleanSwitch("System.Workflow LogToTraceListeners", "Trace to listeners in Trace.Listeners", "0");
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
84private static BooleanSwitch disableWorkflowDebugging = new BooleanSwitch("DisableWorkflowDebugging", "Disables workflow debugging in host");
WorkflowRuntime.cs (1)
117private BooleanSwitch disableWorkflowDebugging = new BooleanSwitch("DisableWorkflowDebugging", "Disables workflow debugging in host");
System.Xml (4)
System\Xml\DiagnosticsSwitches.cs (4)
27xmlSchemaContentModel = new BooleanSwitch("XmlSchemaContentModel", "Enable tracing for the XmlSchema content model."); 45keepTempFiles = new BooleanSwitch("XmlSerialization.Compilation", "Keep XmlSerialization generated (temp) files."); 54pregenEventLog = new BooleanSwitch("XmlSerialization.PregenEventLog", "Log failures while loading pre-generated XmlSerialization assembly."); 80nonRecursiveTypeLoading = new BooleanSwitch("XmlSerialization.NonRecursiveTypeLoading", "Turn on non-recursive algorithm generating XmlMappings for CLR types.");
40 references to BooleanSwitch
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginContainer.cs (1)
218internal static System.Diagnostics.BooleanSwitch _traceSwitch =
System (4)
compmod\system\componentmodel\CompModSwitches.cs (2)
21private static volatile BooleanSwitch commonDesignerServices; 24public static BooleanSwitch CommonDesignerServices {
compmod\system\componentmodel\TypeDescriptor.cs (1)
55private static BooleanSwitch TraceDescriptor = new BooleanSwitch("TypeDescriptor", "Debug TypeDescriptor.");
compmod\system\diagnostics\BooleanSwitch.cs (1)
23/// <para>Initializes a new instance of the <see cref='System.Diagnostics.BooleanSwitch'/>
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
73private static BooleanSwitch _applyTransformationsRegardlessOfSize = new BooleanSwitch("System.Data.EntityClient.IgnoreOptimizationLimit", "The Entity Framework should try to optimize the query regardless of its size");
System.Drawing (4)
misc\CompModSwitches.cs (2)
319private static BooleanSwitch traceCollect; 320public static BooleanSwitch TraceCollect {
misc\CoreSwitches.cs (2)
17private static BooleanSwitch perfTrack; 19public static BooleanSwitch PerfTrack {
System.Web (1)
Compilation\CodeDOMUtility.cs (1)
29internal static BooleanSwitch WebFormsCompilation = new BooleanSwitch("WebFormsCompilation", "Outputs information about the WebForms compilation of ASPX templates");
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
31internal static BooleanSwitch DeviceSpecificDesignerSwitch =
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
38internal static BooleanSwitch TemplateableControlDesignerSwitch =
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
36internal static BooleanSwitch StyleSheetDesignerSwitch =
System.Web.Services (4)
System\ComponentModel\CompModSwitches.cs (4)
13private static BooleanSwitch dynamicDiscoVirtualSearch; 15private static BooleanSwitch disableRemoteDebugging; 18public static BooleanSwitch DisableRemoteDebugging { 36public static BooleanSwitch DynamicDiscoveryVirtualSearch {
System.Windows.Forms (10)
misc\CompModSwitches.cs (4)
49private static BooleanSwitch lifetimeTracing; 258public static BooleanSwitch LifetimeTracing { 319private static BooleanSwitch traceCollect; 320public static BooleanSwitch TraceCollect {
misc\CoreSwitches.cs (2)
17private static BooleanSwitch perfTrack; 19public static BooleanSwitch PerfTrack {
winforms\Managed\System\WinForms\AxHost.cs (2)
61private static BooleanSwitch AxIgnoreTMSwitch = new BooleanSwitch("AxIgnoreTM", "ActiveX switch to ignore thread models"); 62private static BooleanSwitch AxAlwaysSaveSwitch = new BooleanSwitch("AxAlwaysSave", "ActiveX to save all controls regardless of their IsDirty function return value");
winforms\Managed\System\WinForms\Control.cs (1)
157internal static readonly BooleanSwitch BufferPinkRect;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
39private static BooleanSwitch PbrsAssertPropsSwitch = new BooleanSwitch("PbrsAssertProps", "PropertyBrowser : Assert on broken properties");
System.Workflow.ComponentModel (2)
AuthoringOM\Trace.cs (2)
73BooleanSwitch logToFile = new BooleanSwitch("System.Workflow LogToFile", "Log traces to file"); 84BooleanSwitch traceToDefault = new BooleanSwitch("System.Workflow LogToTraceListeners", "Trace to listeners in Trace.Listeners", "0");
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
84private static BooleanSwitch disableWorkflowDebugging = new BooleanSwitch("DisableWorkflowDebugging", "Disables workflow debugging in host");
WorkflowRuntime.cs (1)
117private BooleanSwitch disableWorkflowDebugging = new BooleanSwitch("DisableWorkflowDebugging", "Disables workflow debugging in host");
System.Xml (8)
System\Xml\DiagnosticsSwitches.cs (8)
16private static volatile BooleanSwitch xmlSchemaContentModel; 18private static volatile BooleanSwitch keepTempFiles; 19private static volatile BooleanSwitch pregenEventLog; 22private static volatile BooleanSwitch nonRecursiveTypeLoading; 24public static BooleanSwitch XmlSchemaContentModel { 42public static BooleanSwitch KeepTempFiles { 51public static BooleanSwitch PregenEventLog { 77public static BooleanSwitch NonRecursiveTypeLoading {