Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Metadata / ObjectLayer / ImmutableAssemblyCacheEntry.cs / 1305376 / ImmutableAssemblyCacheEntry.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Collections.Generic; using System.Reflection; namespace System.Data.Metadata.Edm { internal partial class ImmutableAssemblyCacheEntry : AssemblyCacheEntry { // types in "this" assembly private readonly System.Collections.ObjectModel.ReadOnlyCollection_typesInAssembly; // other assemblies referenced by types we care about in "this" assembly private readonly System.Collections.ObjectModel.ReadOnlyCollection _closureAssemblies; internal ImmutableAssemblyCacheEntry(MutableAssemblyCacheEntry mutableEntry) { _typesInAssembly = new List (mutableEntry.TypesInAssembly).AsReadOnly(); _closureAssemblies = new List (mutableEntry.ClosureAssemblies).AsReadOnly(); } internal override IList TypesInAssembly { get { return _typesInAssembly; } } internal override IList ClosureAssemblies { get { return _closureAssemblies; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataColumnChangeEvent.cs
- XhtmlBasicCalendarAdapter.cs
- WCFBuildProvider.cs
- ParserExtension.cs
- ListSourceHelper.cs
- WCFBuildProvider.cs
- BitmapEffectDrawingContent.cs
- ArraySortHelper.cs
- FontFamily.cs
- AppDomainGrammarProxy.cs
- MsmqOutputMessage.cs
- LicenseException.cs
- SharedConnectionListener.cs
- ScriptingRoleServiceSection.cs
- EntityPropertyMappingAttribute.cs
- AssemblyAttributes.cs
- TakeOrSkipWhileQueryOperator.cs
- HealthMonitoringSectionHelper.cs
- RawKeyboardInputReport.cs
- MultitargetUtil.cs
- FacetDescriptionElement.cs
- InvokePattern.cs
- FontUnit.cs
- RemotingConfigParser.cs
- SHA512.cs
- ElementMarkupObject.cs
- SspiNegotiationTokenProviderState.cs
- sqlinternaltransaction.cs
- RubberbandSelector.cs
- SoapEnumAttribute.cs
- ADMembershipUser.cs
- SoapIncludeAttribute.cs
- SmuggledIUnknown.cs
- PropertyValueEditor.cs
- TimelineCollection.cs
- ProfilePropertyNameValidator.cs
- BinaryVersion.cs
- DynamicFilter.cs
- ByteStack.cs
- Semaphore.cs
- StringFormat.cs
- LocatorBase.cs
- DeferredSelectedIndexReference.cs
- ByeMessageCD1.cs
- HwndStylusInputProvider.cs
- DataGridViewEditingControlShowingEventArgs.cs
- _ProxyRegBlob.cs
- TextEditorDragDrop.cs
- _WebProxyDataBuilder.cs
- DelegateArgumentValue.cs
- DynamicRenderer.cs
- TextEndOfLine.cs
- ConnectionPointCookie.cs
- ResourceWriter.cs
- PaintValueEventArgs.cs
- MsmqIntegrationInputMessage.cs
- EnumUnknown.cs
- altserialization.cs
- SafeEventLogReadHandle.cs
- DatatypeImplementation.cs
- MembershipSection.cs
- CodeArgumentReferenceExpression.cs
- NavigationExpr.cs
- ConfigXmlComment.cs
- MSAAWinEventWrap.cs
- EnumType.cs
- ParallelRangeManager.cs
- EmptyQuery.cs
- ModuleConfigurationInfo.cs
- InheritedPropertyChangedEventArgs.cs
- XamlToRtfParser.cs
- DBCSCodePageEncoding.cs
- DocumentReferenceCollection.cs
- TileBrush.cs
- Merger.cs
- AnonymousIdentificationSection.cs
- StyleXamlParser.cs
- DrawingVisual.cs
- RetriableClipboard.cs
- WebHeaderCollection.cs
- QueryResponse.cs
- FontStretchConverter.cs
- TranslateTransform.cs
- SortDescription.cs
- ListBindableAttribute.cs
- TagNameToTypeMapper.cs
- mongolianshape.cs
- PriorityItem.cs
- OLEDB_Util.cs
- TagPrefixCollection.cs
- FloatUtil.cs
- DateTimeAutomationPeer.cs
- Image.cs
- WebPartConnectionsEventArgs.cs
- DynamicObject.cs
- ZoneLinkButton.cs
- QilName.cs
- StorageBasedPackageProperties.cs
- HwndAppCommandInputProvider.cs
- OdbcConnectionHandle.cs