Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / diagnosticsswitches.cs / 1 / diagnosticsswitches.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { using System.Diagnostics; #if DEBUG public static class DiagnosticsSwitches { #else internal static class DiagnosticsSwitches { #endif private static BooleanSwitch xmlSchemaContentModel; private static TraceSwitch xmlSchema; private static BooleanSwitch keepTempFiles; private static BooleanSwitch pregenEventLog; private static TraceSwitch xmlSerialization; private static TraceSwitch xslTypeInference; public static BooleanSwitch XmlSchemaContentModel { get { if (xmlSchemaContentModel == null) { xmlSchemaContentModel = new BooleanSwitch("XmlSchemaContentModel", "Enable tracing for the XmlSchema content model."); } return xmlSchemaContentModel; } } public static TraceSwitch XmlSchema { get { if (xmlSchema == null) { xmlSchema = new TraceSwitch("XmlSchema", "Enable tracing for the XmlSchema class."); } return xmlSchema; } } public static BooleanSwitch KeepTempFiles { get { if (keepTempFiles == null) { keepTempFiles = new BooleanSwitch("XmlSerialization.Compilation", "Keep XmlSerialization generated (temp) files."); } return keepTempFiles; } } public static BooleanSwitch PregenEventLog { get { if (pregenEventLog == null) { pregenEventLog = new BooleanSwitch("XmlSerialization.PregenEventLog", "Log failures while loading pre-generated XmlSerialization assembly."); } return pregenEventLog; } } public static TraceSwitch XmlSerialization { get { if (xmlSerialization == null) { xmlSerialization = new TraceSwitch("XmlSerialization", "Enable tracing for the System.Xml.Serialization component."); } return xmlSerialization; } } public static TraceSwitch XslTypeInference { get { if (xslTypeInference == null) { xslTypeInference = new TraceSwitch("XslTypeInference", "Enable tracing for the XSLT type inference algorithm."); } return xslTypeInference; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeMILHandle.cs
- ServiceReference.cs
- RegexNode.cs
- HijriCalendar.cs
- HitTestResult.cs
- Query.cs
- Point3DCollectionValueSerializer.cs
- DataRecordInternal.cs
- IisNotInstalledException.cs
- ConfigurationProperty.cs
- SmiSettersStream.cs
- ProgressBarBrushConverter.cs
- HeaderUtility.cs
- HttpModuleAction.cs
- MaskedTextBox.cs
- EnvelopedSignatureTransform.cs
- SelectorItemAutomationPeer.cs
- WebPartsPersonalization.cs
- ContainerFilterService.cs
- GroupItemAutomationPeer.cs
- XsltLibrary.cs
- StateInitializationDesigner.cs
- UniqueEventHelper.cs
- SourceElementsCollection.cs
- ViewPort3D.cs
- DbProviderConfigurationHandler.cs
- SoapIncludeAttribute.cs
- ContainerFilterService.cs
- SqlRowUpdatingEvent.cs
- AuthenticationModuleElementCollection.cs
- CommonProperties.cs
- OdbcTransaction.cs
- GacUtil.cs
- DependencyPropertyValueSerializer.cs
- ListBindingConverter.cs
- DbInsertCommandTree.cs
- CategoryAttribute.cs
- SqlConnectionStringBuilder.cs
- MetadataPropertyAttribute.cs
- SizeAnimationBase.cs
- SchemaComplexType.cs
- Exceptions.cs
- DoubleAnimation.cs
- ProfileServiceManager.cs
- ValidationEventArgs.cs
- ObjectRef.cs
- XsltConvert.cs
- CreateSequenceResponse.cs
- UpdateCompiler.cs
- StylusShape.cs
- Util.cs
- SpotLight.cs
- TemplateBindingExpressionConverter.cs
- PerfService.cs
- ListViewItemMouseHoverEvent.cs
- SplitterPanel.cs
- LinearGradientBrush.cs
- LineGeometry.cs
- NullReferenceException.cs
- RedirectionProxy.cs
- Expr.cs
- SqlMetaData.cs
- MailMessageEventArgs.cs
- ObjectCloneHelper.cs
- XPathChildIterator.cs
- sqlstateclientmanager.cs
- XPathDocumentIterator.cs
- WebBrowserEvent.cs
- BitmapEffect.cs
- DesignTimeXamlWriter.cs
- SimpleHandlerFactory.cs
- WebBrowser.cs
- Lease.cs
- WaitForChangedResult.cs
- ImmComposition.cs
- DataGridViewRowsRemovedEventArgs.cs
- HttpPostedFileBase.cs
- WebPartMenuStyle.cs
- SecurityUtils.cs
- BlockUIContainer.cs
- TypefaceMetricsCache.cs
- processwaithandle.cs
- ToolStripDropDownItem.cs
- DesignerActionUI.cs
- FixUp.cs
- ListView.cs
- ComplexBindingPropertiesAttribute.cs
- DataRecord.cs
- BindingExpression.cs
- TextParagraphProperties.cs
- XsltCompileContext.cs
- _Semaphore.cs
- TraceAsyncResult.cs
- ConfigXmlElement.cs
- Camera.cs
- DeferredTextReference.cs
- ListViewPagedDataSource.cs
- BitmapDownload.cs
- SystemIcmpV6Statistics.cs
- ProjectionPathSegment.cs