25 references to 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 (1)
AuthoringOM\Trace.cs (1)
73BooleanSwitch logToFile = new BooleanSwitch("System.Workflow LogToFile", "Log traces to file");
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.");