Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Misc / CoreSwitches.cs / 1 / CoreSwitches.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Diagnostics; using System.Diagnostics.CodeAnalysis; ///// Shared between dlls [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal static class CoreSwitches { private static BooleanSwitch perfTrack; public static BooleanSwitch PerfTrack { [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] get { if (perfTrack == null) { perfTrack = new BooleanSwitch("PERFTRACK", "Debug performance critical sections."); } return perfTrack; } } } } // 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
- SourceLineInfo.cs
- WCFServiceClientProxyGenerator.cs
- RequestCacheEntry.cs
- PrintDialog.cs
- MatrixConverter.cs
- DataMemberListEditor.cs
- LeafCellTreeNode.cs
- BamlBinaryReader.cs
- TypedReference.cs
- MergablePropertyAttribute.cs
- Verify.cs
- AssemblyAttributesGoHere.cs
- Point3D.cs
- TdsRecordBufferSetter.cs
- ButtonField.cs
- ConnectionAcceptor.cs
- WmlValidationSummaryAdapter.cs
- CustomAssemblyResolver.cs
- MsmqElementBase.cs
- PreviewPageInfo.cs
- ErrorHandler.cs
- PaintEvent.cs
- Quad.cs
- ADMembershipUser.cs
- UserPreferenceChangedEventArgs.cs
- MessageQueuePermissionEntryCollection.cs
- SamlAttributeStatement.cs
- ValidationRuleCollection.cs
- TextServicesCompartmentContext.cs
- AsmxEndpointPickerExtension.cs
- DefaultCompensation.cs
- DeviceSpecificChoice.cs
- FileLogRecord.cs
- ComplexType.cs
- ZipIOExtraFieldElement.cs
- SafeFileMappingHandle.cs
- TextChange.cs
- InputEventArgs.cs
- Messages.cs
- X509ThumbprintKeyIdentifierClause.cs
- HttpModuleCollection.cs
- CapacityStreamGeometryContext.cs
- DataSourceControlBuilder.cs
- DBAsyncResult.cs
- Vars.cs
- UserControl.cs
- BinaryObjectWriter.cs
- ReadOnlyDataSourceView.cs
- TableLayoutCellPaintEventArgs.cs
- WsatConfiguration.cs
- ObjectCacheHost.cs
- SQLGuidStorage.cs
- CompositionAdorner.cs
- ToolBarButton.cs
- RemoteWebConfigurationHostStream.cs
- XmlSerializableServices.cs
- AttributeConverter.cs
- LinkLabel.cs
- Stream.cs
- ThousandthOfEmRealPoints.cs
- SystemFonts.cs
- RegexNode.cs
- OdbcException.cs
- ArithmeticException.cs
- BooleanToVisibilityConverter.cs
- BadImageFormatException.cs
- CommandDevice.cs
- ListBindingHelper.cs
- SecurityDescriptor.cs
- XmlBaseWriter.cs
- ModelFunction.cs
- ActivityWithResult.cs
- TargetFrameworkAttribute.cs
- ReliableMessagingHelpers.cs
- GACMembershipCondition.cs
- XhtmlBasicPhoneCallAdapter.cs
- QilTypeChecker.cs
- TypeLibConverter.cs
- DesignerTextBoxAdapter.cs
- ElementUtil.cs
- PointAnimationUsingPath.cs
- DragAssistanceManager.cs
- Rijndael.cs
- FixedFlowMap.cs
- AccessText.cs
- ProfessionalColorTable.cs
- BuilderInfo.cs
- AddInDeploymentState.cs
- Model3D.cs
- CommentEmitter.cs
- FixedSchema.cs
- ScriptServiceAttribute.cs
- Int16.cs
- WindowsToolbarItemAsMenuItem.cs
- WebResourceAttribute.cs
- SourceElementsCollection.cs
- SymLanguageVendor.cs
- MethodImplAttribute.cs
- SmiEventSink_DeferedProcessing.cs
- Package.cs