Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / diagnosticsswitches.cs / 2 / 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; private static BooleanSwitch nonRecursiveTypeLoading; 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; } } public static BooleanSwitch NonRecursiveTypeLoading { get { if (nonRecursiveTypeLoading == null) { nonRecursiveTypeLoading = new BooleanSwitch("XmlSerialization.NonRecursiveTypeLoading", "Turn on non-recursive algorithm generating XmlMappings for CLR types."); } return nonRecursiveTypeLoading; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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; private static BooleanSwitch nonRecursiveTypeLoading; 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; } } public static BooleanSwitch NonRecursiveTypeLoading { get { if (nonRecursiveTypeLoading == null) { nonRecursiveTypeLoading = new BooleanSwitch("XmlSerialization.NonRecursiveTypeLoading", "Turn on non-recursive algorithm generating XmlMappings for CLR types."); } return nonRecursiveTypeLoading; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapEffectCollection.cs
- LifetimeServices.cs
- HttpFileCollection.cs
- DataControlButton.cs
- ProtectedUri.cs
- VersionedStream.cs
- RemoteWebConfigurationHost.cs
- SHA256CryptoServiceProvider.cs
- DeferredTextReference.cs
- ApplicationInfo.cs
- DragEvent.cs
- Page.cs
- SqlXml.cs
- TextCollapsingProperties.cs
- ExpandableObjectConverter.cs
- Column.cs
- CatalogPartChrome.cs
- MobileCategoryAttribute.cs
- MarkupExtensionReturnTypeAttribute.cs
- BufferedGraphicsContext.cs
- IDictionary.cs
- WebPartConnectionsCloseVerb.cs
- MatrixStack.cs
- BrowserInteropHelper.cs
- ApplicationId.cs
- Propagator.JoinPropagator.cs
- VisualBrush.cs
- AffineTransform3D.cs
- OutputCacheProfile.cs
- RegistryDataKey.cs
- WSHttpBindingBase.cs
- XmlExpressionDumper.cs
- X509PeerCertificateElement.cs
- IsolatedStorageSecurityState.cs
- StringArrayConverter.cs
- StringAnimationUsingKeyFrames.cs
- XamlPathDataSerializer.cs
- NativeMethods.cs
- CodeSubDirectory.cs
- XmlDataCollection.cs
- IgnoreSection.cs
- EditorZone.cs
- ViewManager.cs
- ListViewGroupItemCollection.cs
- DynamicActivityProperty.cs
- FormViewDeleteEventArgs.cs
- Processor.cs
- DataViewSetting.cs
- XmlImplementation.cs
- NotImplementedException.cs
- StrongNameHelpers.cs
- XmlTypeAttribute.cs
- WsdlImporterElementCollection.cs
- RadioButton.cs
- Vector3DCollection.cs
- BitmapVisualManager.cs
- DataSourceCacheDurationConverter.cs
- EditingCoordinator.cs
- SafeNativeMethods.cs
- QilLiteral.cs
- AttachedPropertyBrowsableAttribute.cs
- PolyBezierSegmentFigureLogic.cs
- Perspective.cs
- SessionStateSection.cs
- SchemaMapping.cs
- ArrayExtension.cs
- FullTextLine.cs
- CurrencyManager.cs
- Journaling.cs
- ToolStripProgressBar.cs
- DBConcurrencyException.cs
- SyndicationSerializer.cs
- DataBindingsDialog.cs
- WebPartDisplayModeEventArgs.cs
- TraceHandler.cs
- DataGridTextBoxColumn.cs
- SimpleType.cs
- MailFileEditor.cs
- HttpCacheVary.cs
- StaticFileHandler.cs
- ElementNotAvailableException.cs
- EntityCommand.cs
- StringStorage.cs
- RepeatInfo.cs
- ImportCatalogPart.cs
- NetworkCredential.cs
- XmlWhitespace.cs
- ThreadSafeList.cs
- PrintingPermission.cs
- SQLMoney.cs
- ProfilePropertyMetadata.cs
- MetadataItemEmitter.cs
- DomNameTable.cs
- Process.cs
- ValuePattern.cs
- RegistryConfigurationProvider.cs
- MatrixAnimationUsingPath.cs
- RequestBringIntoViewEventArgs.cs
- StylusTip.cs
- AtomContentProperty.cs