Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWeb / Design / system / Data / Entity / Design / Common / UniqueIdentifierService.cs / 1 / UniqueIdentifierService.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Diagnostics; using System.Collections.Generic; using System.Globalization; namespace System.Data.Services.Design.Common { ////// Service making names within a scope unique. Initialize a new instance /// for every scope. /// /// internal sealed class UniqueIdentifierService { internal UniqueIdentifierService(bool caseSensitive) { _knownIdentifiers = new HashSet (caseSensitive ? StringComparer.Ordinal : StringComparer.OrdinalIgnoreCase); _identifierToAdjustedIdentifier = new Dictionary
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmFunctions.cs
- MDIWindowDialog.cs
- SchemaContext.cs
- QilName.cs
- SqlEnums.cs
- AbstractExpressions.cs
- TimelineClockCollection.cs
- Win32SafeHandles.cs
- BinaryReader.cs
- PageThemeCodeDomTreeGenerator.cs
- Debug.cs
- SizeAnimationUsingKeyFrames.cs
- KeyInterop.cs
- SelectionRangeConverter.cs
- SnapshotChangeTrackingStrategy.cs
- FocusChangedEventArgs.cs
- TextBoxView.cs
- RuleElement.cs
- DocumentViewer.cs
- Version.cs
- SchemaDeclBase.cs
- SecurityManager.cs
- LinqDataSourceDisposeEventArgs.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- RecognizedAudio.cs
- PrintDialogException.cs
- XPathDocument.cs
- ArrangedElement.cs
- MappedMetaModel.cs
- SafeSystemMetrics.cs
- TraceInternal.cs
- WindowsRebar.cs
- RegularExpressionValidator.cs
- RIPEMD160.cs
- WebPartHelpVerb.cs
- ExpressionBinding.cs
- CodeCatchClause.cs
- SelectionListComponentEditor.cs
- ScrollViewer.cs
- AnonymousIdentificationModule.cs
- TreeViewAutomationPeer.cs
- KeyValuePair.cs
- ExpressionBuilder.cs
- NegotiateStream.cs
- IOThreadTimer.cs
- PathGradientBrush.cs
- RTTrackingProfile.cs
- EngineSite.cs
- RelationshipSet.cs
- KeyProperty.cs
- TagPrefixAttribute.cs
- TextRunProperties.cs
- VSDExceptions.cs
- DesignerActionList.cs
- AttributeSetAction.cs
- GreaterThanOrEqual.cs
- LoginName.cs
- util.cs
- MobileTextWriter.cs
- Set.cs
- ProtectedConfigurationSection.cs
- IWorkflowDebuggerService.cs
- TextCompositionManager.cs
- EdgeModeValidation.cs
- SourceExpressionException.cs
- NamedPermissionSet.cs
- OdbcConnectionHandle.cs
- PropertyKey.cs
- COM2Properties.cs
- BitmapCodecInfo.cs
- EventHandlerList.cs
- TextContainerChangeEventArgs.cs
- ConfigurationPropertyAttribute.cs
- DoubleAnimationClockResource.cs
- TimeSpanOrInfiniteValidator.cs
- InvocationExpression.cs
- StackSpiller.Bindings.cs
- FilteredReadOnlyMetadataCollection.cs
- HttpProfileGroupBase.cs
- WindowShowOrOpenTracker.cs
- CallTemplateAction.cs
- Missing.cs
- ActivationServices.cs
- DataServiceQuery.cs
- DynamicMethod.cs
- LinearKeyFrames.cs
- TrackBarRenderer.cs
- DesignerActionVerbList.cs
- WsdlBuildProvider.cs
- SoapIncludeAttribute.cs
- DateTimeValueSerializerContext.cs
- ListView.cs
- UriTemplateLiteralQueryValue.cs
- AccessKeyManager.cs
- XmlnsDictionary.cs
- XmlChildEnumerator.cs
- Utils.cs
- COM2PropertyDescriptor.cs
- ImportDesigner.xaml.cs
- ShaperBuffers.cs