Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageKeyConverter.cs
- InstanceValue.cs
- WsdlServiceChannelBuilder.cs
- MenuItemBindingCollection.cs
- ChannelCacheDefaults.cs
- EntryWrittenEventArgs.cs
- Label.cs
- CursorConverter.cs
- BindingMemberInfo.cs
- Internal.cs
- OdbcConnectionStringbuilder.cs
- CacheForPrimitiveTypes.cs
- ParseNumbers.cs
- DataBindEngine.cs
- PtsHelper.cs
- GeometryDrawing.cs
- BlurBitmapEffect.cs
- DefaultPrintController.cs
- ControlBuilder.cs
- DataControlButton.cs
- ServiceChannel.cs
- CodeIndexerExpression.cs
- BitmapEffectInput.cs
- cookiecontainer.cs
- StrongName.cs
- LinqDataSourceContextEventArgs.cs
- InvokeSchedule.cs
- PropertyDescriptorCollection.cs
- BrushMappingModeValidation.cs
- BaseParser.cs
- ArithmeticException.cs
- QueryTask.cs
- PerformanceCounterCategory.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Stream.cs
- EntityDataSourceColumn.cs
- FormsAuthenticationTicket.cs
- DeclaredTypeValidatorAttribute.cs
- MimeAnyImporter.cs
- InstanceNameConverter.cs
- WebPartCatalogCloseVerb.cs
- CalendarDay.cs
- CLSCompliantAttribute.cs
- CompositionCommandSet.cs
- SmiTypedGetterSetter.cs
- RelationshipEndCollection.cs
- VectorCollectionValueSerializer.cs
- SingleTagSectionHandler.cs
- ConfigurationFileMap.cs
- HttpProcessUtility.cs
- XhtmlBasicTextViewAdapter.cs
- BezierSegment.cs
- SqlClientFactory.cs
- DynamicValueConverter.cs
- WebPartEditorApplyVerb.cs
- XmlSchemaInferenceException.cs
- RegistryConfigurationProvider.cs
- FieldAccessException.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- MessageSmuggler.cs
- TextHintingModeValidation.cs
- Switch.cs
- FontSizeConverter.cs
- ISCIIEncoding.cs
- TreePrinter.cs
- SendingRequestEventArgs.cs
- ProjectionCamera.cs
- AlphaSortedEnumConverter.cs
- RtfToken.cs
- MSHTMLHost.cs
- Renderer.cs
- TextBoxBase.cs
- ComponentSerializationService.cs
- TextBounds.cs
- DataGridLengthConverter.cs
- ProcessHostMapPath.cs
- XmlEnumAttribute.cs
- CollectionBase.cs
- WinInet.cs
- TableLayoutPanelCellPosition.cs
- HandlerWithFactory.cs
- LayoutTableCell.cs
- WebPartCloseVerb.cs
- SkinIDTypeConverter.cs
- AppDomainFactory.cs
- GcHandle.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- OutputCacheSettingsSection.cs
- SerialReceived.cs
- documentation.cs
- WebPartVerb.cs
- CrossContextChannel.cs
- CoTaskMemSafeHandle.cs
- Operand.cs
- WizardPanel.cs
- NativeMethods.cs
- TdsParserStateObject.cs
- TraceData.cs
- GeneralTransform3D.cs
- ColorMatrix.cs