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
- TextAction.cs
- SessionState.cs
- LogReserveAndAppendState.cs
- HtmlGenericControl.cs
- SoapIncludeAttribute.cs
- TdsParserSafeHandles.cs
- Win32Exception.cs
- StructuredType.cs
- WebPartManager.cs
- TextServicesProperty.cs
- safex509handles.cs
- MaterialGroup.cs
- SelectionRangeConverter.cs
- HashAlgorithm.cs
- DataKey.cs
- TriState.cs
- BigInt.cs
- TrackingServices.cs
- AssemblyBuilderData.cs
- DbDataSourceEnumerator.cs
- PeerResolverMode.cs
- DbException.cs
- MarginCollapsingState.cs
- MemberNameValidator.cs
- FlagsAttribute.cs
- WebMessageBodyStyleHelper.cs
- webeventbuffer.cs
- PropertyValueChangedEvent.cs
- KeyboardNavigation.cs
- ToolstripProfessionalRenderer.cs
- MdImport.cs
- ParentUndoUnit.cs
- VerificationException.cs
- _ChunkParse.cs
- EntityDataSourceUtil.cs
- DefaultEventAttribute.cs
- ObjectStateManagerMetadata.cs
- HotSpotCollection.cs
- RootContext.cs
- DataColumnMappingCollection.cs
- HtmlAnchor.cs
- EncryptedXml.cs
- IIS7WorkerRequest.cs
- SecurityContext.cs
- BitmapEffectInputData.cs
- ChangePassword.cs
- HttpStreams.cs
- ProgressBarRenderer.cs
- PolyLineSegment.cs
- ping.cs
- PreDigestedSignedInfo.cs
- Translator.cs
- ValidationRule.cs
- X509WindowsSecurityToken.cs
- PanelDesigner.cs
- FrameworkEventSource.cs
- WebPartCollection.cs
- WsatServiceCertificate.cs
- SqlIdentifier.cs
- EventHandlersStore.cs
- AutomationPatternInfo.cs
- XmlSchema.cs
- NameValueConfigurationCollection.cs
- UriSchemeKeyedCollection.cs
- AlignmentYValidation.cs
- AsyncDataRequest.cs
- NativeMethods.cs
- XmlFormatWriterGenerator.cs
- PhysicalAddress.cs
- TableRowCollection.cs
- _CommandStream.cs
- ToolStripDropTargetManager.cs
- ImageFormatConverter.cs
- AmbientValueAttribute.cs
- PlaceHolder.cs
- SqlRowUpdatingEvent.cs
- TypeElementCollection.cs
- WebControlParameterProxy.cs
- XPathNavigatorKeyComparer.cs
- NotificationContext.cs
- SourceLineInfo.cs
- GlyphsSerializer.cs
- GenericPrincipal.cs
- ProxyGenerator.cs
- XmlExpressionDumper.cs
- SynchronizationScope.cs
- entityreference_tresulttype.cs
- InputChannelBinder.cs
- VarRefManager.cs
- WebServiceResponse.cs
- BaseParser.cs
- SuspendDesigner.cs
- DataObjectFieldAttribute.cs
- PopupEventArgs.cs
- CriticalFinalizerObject.cs
- XdrBuilder.cs
- _ServiceNameStore.cs
- AnyReturnReader.cs
- X509Chain.cs
- ViewCellSlot.cs