Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Misc / CoreSwitches.cs / 1305376 / 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
- DataViewManager.cs
- BooleanExpr.cs
- SourceChangedEventArgs.cs
- AuthorizationPolicyTypeElementCollection.cs
- IOException.cs
- DescendantQuery.cs
- DesigntimeLicenseContextSerializer.cs
- ConfigurationValues.cs
- BitmapEffectRenderDataResource.cs
- PartialTrustVisibleAssemblyCollection.cs
- QueryActivatableWorkflowsCommand.cs
- Missing.cs
- Property.cs
- BitmapEffectrendercontext.cs
- ToolStrip.cs
- XmlDocument.cs
- ExtendedProtectionPolicy.cs
- FixedLineResult.cs
- WebPartZoneBase.cs
- RuntimeCompatibilityAttribute.cs
- ScrollItemProviderWrapper.cs
- HtmlControlPersistable.cs
- SqlCommandSet.cs
- ToolBarPanel.cs
- DoubleLink.cs
- StringOutput.cs
- TextTreeInsertElementUndoUnit.cs
- ToolboxItemAttribute.cs
- ScrollChrome.cs
- MenuItemBindingCollection.cs
- TypeUtil.cs
- UshortList2.cs
- ActivityUtilities.cs
- ObjectFullSpanRewriter.cs
- DataGridViewImageColumn.cs
- Serializer.cs
- ProxyWebPartManager.cs
- SplitterEvent.cs
- SamlSubjectStatement.cs
- DataGridViewDataErrorEventArgs.cs
- PkcsMisc.cs
- ParallelDesigner.cs
- ClientUtils.cs
- ResourceType.cs
- MaterialGroup.cs
- AtomPub10CategoriesDocumentFormatter.cs
- TreeNode.cs
- StickyNote.cs
- SingleTagSectionHandler.cs
- EventTrigger.cs
- HostDesigntimeLicenseContext.cs
- GlobalAllocSafeHandle.cs
- PassportAuthenticationModule.cs
- RoleManagerModule.cs
- ManagedIStream.cs
- CollectionViewGroupInternal.cs
- SafeTimerHandle.cs
- AccessorTable.cs
- baseaxisquery.cs
- ByteStorage.cs
- OdbcInfoMessageEvent.cs
- WebPageTraceListener.cs
- CodeSnippetCompileUnit.cs
- BitVec.cs
- SoapMessage.cs
- IdentitySection.cs
- InlineObject.cs
- CharAnimationUsingKeyFrames.cs
- NamedPermissionSet.cs
- SocketAddress.cs
- PipeConnection.cs
- ProfileGroupSettings.cs
- HierarchicalDataSourceControl.cs
- BulletChrome.cs
- GenericAuthenticationEventArgs.cs
- IriParsingElement.cs
- HandlerWithFactory.cs
- LabelEditEvent.cs
- XmlBinaryReader.cs
- TransformerConfigurationWizardBase.cs
- IResourceProvider.cs
- CellNormalizer.cs
- ForEachAction.cs
- Visual3D.cs
- _LoggingObject.cs
- ImageMetadata.cs
- XPathItem.cs
- SimpleBitVector32.cs
- UIElement3D.cs
- Stacktrace.cs
- TypedRowHandler.cs
- SoapExtensionImporter.cs
- DbInsertCommandTree.cs
- OdbcError.cs
- SwitchDesigner.xaml.cs
- SqlDataSource.cs
- DataObjectCopyingEventArgs.cs
- PasswordRecoveryAutoFormat.cs
- _ScatterGatherBuffers.cs
- SqlDataSourceSelectingEventArgs.cs