25 references to BooleanSwitch
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginContainer.cs (1)
219
new System.Diagnostics.
BooleanSwitch
("SiteOfOrigin", "SiteOfOriginContainer and SiteOfOriginPart trace messages");
System (2)
compmod\system\componentmodel\CompModSwitches.cs (1)
27
commonDesignerServices = new
BooleanSwitch
("CommonDesignerServices", "Assert if any common designer service is not found.");
compmod\system\componentmodel\TypeDescriptor.cs (1)
55
private static BooleanSwitch TraceDescriptor = new
BooleanSwitch
("TypeDescriptor", "Debug TypeDescriptor.");
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
73
private 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)
323
traceCollect = new
BooleanSwitch
("TRACECOLLECT", "HandleCollector: Trace HandleCollector operations");
misc\CoreSwitches.cs (1)
23
perfTrack = new
BooleanSwitch
("PERFTRACK", "Debug performance critical sections.");
System.Web (1)
Compilation\CodeDOMUtility.cs (1)
29
internal 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)
32
new
BooleanSwitch
("DeviceSpecificDesigner", "Enable DeviceSpecific designer general purpose traces.");
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
39
new
BooleanSwitch
("MobileTemplatedControlDesigner", "Enable TemplateableControl designer general purpose traces.");
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
37
new
BooleanSwitch
("StyleSheetDesigner", "Enable StyleSheet designer general purpose traces.");
System.Web.Services (2)
System\ComponentModel\CompModSwitches.cs (2)
21
disableRemoteDebugging = new
BooleanSwitch
("Remote.Disable", "Disable remote debugging for web methods.");
39
dynamicDiscoVirtualSearch = new
BooleanSwitch
("DynamicDiscoveryVirtualSearch", "Force virtual search for DiscoveryRequestHandler class.");
System.Windows.Forms (6)
misc\CompModSwitches.cs (2)
261
lifetimeTracing = new
BooleanSwitch
("LifetimeTracing", "Track lifetime events. This will cause objects to track the stack at creation and dispose.");
323
traceCollect = new
BooleanSwitch
("TRACECOLLECT", "HandleCollector: Trace HandleCollector operations");
misc\CoreSwitches.cs (1)
23
perfTrack = new
BooleanSwitch
("PERFTRACK", "Debug performance critical sections.");
winforms\Managed\System\WinForms\AxHost.cs (2)
61
private static BooleanSwitch AxIgnoreTMSwitch = new
BooleanSwitch
("AxIgnoreTM", "ActiveX switch to ignore thread models");
62
private 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)
39
private static BooleanSwitch PbrsAssertPropsSwitch = new
BooleanSwitch
("PbrsAssertProps", "PropertyBrowser : Assert on broken properties");
System.Workflow.ComponentModel (1)
AuthoringOM\Trace.cs (1)
73
BooleanSwitch logToFile = new
BooleanSwitch
("System.Workflow LogToFile", "Log traces to file");
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
84
private static BooleanSwitch disableWorkflowDebugging = new
BooleanSwitch
("DisableWorkflowDebugging", "Disables workflow debugging in host");
WorkflowRuntime.cs (1)
117
private BooleanSwitch disableWorkflowDebugging = new
BooleanSwitch
("DisableWorkflowDebugging", "Disables workflow debugging in host");
System.Xml (4)
System\Xml\DiagnosticsSwitches.cs (4)
27
xmlSchemaContentModel = new
BooleanSwitch
("XmlSchemaContentModel", "Enable tracing for the XmlSchema content model.");
45
keepTempFiles = new
BooleanSwitch
("XmlSerialization.Compilation", "Keep XmlSerialization generated (temp) files.");
54
pregenEventLog = new
BooleanSwitch
("XmlSerialization.PregenEventLog", "Log failures while loading pre-generated XmlSerialization assembly.");
80
nonRecursiveTypeLoading = new
BooleanSwitch
("XmlSerialization.NonRecursiveTypeLoading", "Turn on non-recursive algorithm generating XmlMappings for CLR types.");