Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; 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
- SiteMapSection.cs
- HttpCapabilitiesEvaluator.cs
- RelationshipEnd.cs
- XPathNodePointer.cs
- DataGridViewCellParsingEventArgs.cs
- Empty.cs
- HierarchicalDataSourceControl.cs
- TypeNameConverter.cs
- StructuredTypeEmitter.cs
- ProviderIncompatibleException.cs
- _Semaphore.cs
- SqlResolver.cs
- HtmlButton.cs
- SQlBooleanStorage.cs
- Rfc2898DeriveBytes.cs
- TdsParserStaticMethods.cs
- SubMenuStyleCollectionEditor.cs
- HostingEnvironment.cs
- SmtpDigestAuthenticationModule.cs
- FileSystemInfo.cs
- Helpers.cs
- WebBrowserUriTypeConverter.cs
- _BufferOffsetSize.cs
- VirtualPathUtility.cs
- SymbolDocumentInfo.cs
- NetNamedPipeBindingElement.cs
- ColorBlend.cs
- SspiWrapper.cs
- HiddenFieldPageStatePersister.cs
- InkCanvasSelection.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TriState.cs
- KerberosRequestorSecurityToken.cs
- TextPatternIdentifiers.cs
- UriExt.cs
- HScrollBar.cs
- MailAddress.cs
- XamlWriterExtensions.cs
- RetrieveVirtualItemEventArgs.cs
- Compiler.cs
- AssemblyBuilder.cs
- ChannelServices.cs
- translator.cs
- TypeDescriptionProviderAttribute.cs
- SafeRightsManagementSessionHandle.cs
- InkPresenterAutomationPeer.cs
- NameValuePermission.cs
- DataGridViewAccessibleObject.cs
- CalendarTable.cs
- FontCollection.cs
- MarginsConverter.cs
- Help.cs
- GiveFeedbackEventArgs.cs
- SecurityTokenParametersEnumerable.cs
- SelectionItemProviderWrapper.cs
- UseAttributeSetsAction.cs
- ToolStripRenderer.cs
- IisTraceWebEventProvider.cs
- ProtocolsSection.cs
- SettingsBindableAttribute.cs
- MediaPlayerState.cs
- EtwTrace.cs
- FixedTextContainer.cs
- LinkUtilities.cs
- EventDescriptor.cs
- MsmqIntegrationBindingCollectionElement.cs
- CDSsyncETWBCLProvider.cs
- Subtree.cs
- FastEncoder.cs
- DtrList.cs
- CompiledRegexRunner.cs
- Queue.cs
- ReliableRequestSessionChannel.cs
- ArglessEventHandlerProxy.cs
- ConfigurationManagerHelperFactory.cs
- Columns.cs
- CustomGrammar.cs
- ClientData.cs
- AppSettingsExpressionBuilder.cs
- ListViewItemEventArgs.cs
- SortKey.cs
- AutoCompleteStringCollection.cs
- WmfPlaceableFileHeader.cs
- DataAdapter.cs
- DataGridViewComboBoxEditingControl.cs
- MailAddressCollection.cs
- DesignerActionGlyph.cs
- TextEditorThreadLocalStore.cs
- XmlNullResolver.cs
- EntitySqlQueryCacheEntry.cs
- ConfigXmlElement.cs
- XmlCharCheckingReader.cs
- ScrollChrome.cs
- ErrorHandlingAcceptor.cs
- ToolStripScrollButton.cs
- MergeLocalizationDirectives.cs
- BCLDebug.cs
- EasingKeyFrames.cs
- TabControl.cs
- DbModificationCommandTree.cs