Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Metadata / ObjectLayer / MutableAssemblyCacheEntry.cs / 1305376 / MutableAssemblyCacheEntry.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 MutableAssemblyCacheEntry : AssemblyCacheEntry { // types in "this" assembly private readonly List_typesInAssembly = new List (); // other assemblies referenced by types we care about in "this" assembly private readonly List _closureAssemblies = new List (); 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. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Collections.Generic; using System.Reflection; namespace System.Data.Metadata.Edm { internal partial class MutableAssemblyCacheEntry : AssemblyCacheEntry { // types in "this" assembly private readonly List_typesInAssembly = new List (); // other assemblies referenced by types we care about in "this" assembly private readonly List _closureAssemblies = new List (); 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
- TileModeValidation.cs
- EventMappingSettingsCollection.cs
- ApplicationId.cs
- DataGridView.cs
- ClickablePoint.cs
- XmlSerializerAssemblyAttribute.cs
- XmlSchemaComplexContentExtension.cs
- ConsoleTraceListener.cs
- HatchBrush.cs
- MetadataCacheItem.cs
- SoapConverter.cs
- cache.cs
- GraphicsPathIterator.cs
- Span.cs
- MergeFilterQuery.cs
- WebPartsPersonalization.cs
- ServicePointManager.cs
- CounterCreationDataCollection.cs
- RestHandlerFactory.cs
- KeyValueSerializer.cs
- XhtmlTextWriter.cs
- ListViewItem.cs
- Token.cs
- ContentType.cs
- PrintingPermission.cs
- TemplateField.cs
- RequiredFieldValidator.cs
- CharAnimationBase.cs
- NodeFunctions.cs
- ControlCachePolicy.cs
- AmbiguousMatchException.cs
- PagerSettings.cs
- ToolStripSeparatorRenderEventArgs.cs
- ExpressionBuilderContext.cs
- Preprocessor.cs
- Setter.cs
- Int32AnimationBase.cs
- SubMenuStyleCollection.cs
- WorkflowDesignerColors.cs
- PropertyMetadata.cs
- FontFamilyValueSerializer.cs
- DataServiceBuildProvider.cs
- ResXDataNode.cs
- ExpandSegmentCollection.cs
- UrlPath.cs
- DataGridColumn.cs
- MultiView.cs
- HtmlWindow.cs
- TriggerActionCollection.cs
- BinHexDecoder.cs
- RealProxy.cs
- PolyBezierSegment.cs
- Stylesheet.cs
- TextUtf8RawTextWriter.cs
- PeerContact.cs
- DropShadowBitmapEffect.cs
- WindowPattern.cs
- WebServiceErrorEvent.cs
- OdbcEnvironment.cs
- XmlBaseWriter.cs
- ListViewContainer.cs
- DCSafeHandle.cs
- SpanIndex.cs
- SourceCollection.cs
- ProcessDesigner.cs
- ResourcesBuildProvider.cs
- XmlSchemaChoice.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- ListViewItem.cs
- DriveNotFoundException.cs
- ItemsPanelTemplate.cs
- DefaultAsyncDataDispatcher.cs
- PriorityQueue.cs
- DataGridViewColumnEventArgs.cs
- AssemblyBuilder.cs
- WebRequest.cs
- FreezableOperations.cs
- ObjectRef.cs
- TextRunCache.cs
- WebPartsSection.cs
- ChtmlCommandAdapter.cs
- WebConfigurationHostFileChange.cs
- SmtpReplyReader.cs
- PenThreadWorker.cs
- XmlSchemaGroup.cs
- ErrorHandler.cs
- TextUtf8RawTextWriter.cs
- WebDisplayNameAttribute.cs
- ToolStripOverflowButton.cs
- KnownIds.cs
- TripleDES.cs
- UserControlParser.cs
- ProgressBar.cs
- AutoGeneratedField.cs
- HashCryptoHandle.cs
- ISFClipboardData.cs
- PtsContext.cs
- SocketConnection.cs
- StructuredTypeEmitter.cs
- ClientSettingsSection.cs