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
- TextTabProperties.cs
- SchemaElementDecl.cs
- SslSecurityTokenParameters.cs
- MatrixTransform.cs
- SupportsEventValidationAttribute.cs
- Attributes.cs
- VirtualDirectoryMapping.cs
- HandoffBehavior.cs
- GAC.cs
- UrlAuthFailedErrorFormatter.cs
- TextDecorationUnitValidation.cs
- ChooseAction.cs
- XmlParserContext.cs
- CallbackValidatorAttribute.cs
- ArgumentNullException.cs
- DialogResultConverter.cs
- PlatformCulture.cs
- CodeIdentifier.cs
- RecognizedPhrase.cs
- IntegerFacetDescriptionElement.cs
- SystemColors.cs
- basenumberconverter.cs
- OutputWindow.cs
- GlyphRunDrawing.cs
- ClientBuildManagerCallback.cs
- SqlTransaction.cs
- ProtocolsConfigurationEntry.cs
- ThrowHelper.cs
- Size.cs
- IERequestCache.cs
- DefaultPropertiesToSend.cs
- UIElementParagraph.cs
- MimeBasePart.cs
- ObjectComplexPropertyMapping.cs
- XpsFilter.cs
- ComponentDispatcherThread.cs
- IdentityModelDictionary.cs
- SafeNativeMemoryHandle.cs
- WrapPanel.cs
- TextRunProperties.cs
- SharedPerformanceCounter.cs
- unitconverter.cs
- bidPrivateBase.cs
- Comparer.cs
- MessageEncodingBindingElement.cs
- Psha1DerivedKeyGeneratorHelper.cs
- HttpRuntimeSection.cs
- ProcessInfo.cs
- Symbol.cs
- MutexSecurity.cs
- URLAttribute.cs
- PropertyEmitterBase.cs
- DefaultPropertyAttribute.cs
- FixedElement.cs
- CachedBitmap.cs
- AccessDataSourceView.cs
- PersonalizationEntry.cs
- SkipStoryboardToFill.cs
- SqlLiftIndependentRowExpressions.cs
- RectIndependentAnimationStorage.cs
- NavigationWindowAutomationPeer.cs
- Semaphore.cs
- Schema.cs
- OpenTypeMethods.cs
- FillRuleValidation.cs
- KeyValueSerializer.cs
- IItemProperties.cs
- PageCatalogPart.cs
- TextFormattingConverter.cs
- RoutedPropertyChangedEventArgs.cs
- CompilerErrorCollection.cs
- XmlSchemaParticle.cs
- SharedStatics.cs
- CollectionChange.cs
- Number.cs
- ResourceIDHelper.cs
- ImpersonationContext.cs
- DataTableTypeConverter.cs
- ZipIOExtraFieldZip64Element.cs
- ProtocolReflector.cs
- LabelTarget.cs
- CompiledQuery.cs
- ServicePointManagerElement.cs
- XmlAttributes.cs
- HttpErrorTraceRecord.cs
- HtmlEncodedRawTextWriter.cs
- TemplateModeChangedEventArgs.cs
- _AuthenticationState.cs
- PrintPreviewControl.cs
- DataColumnMapping.cs
- WebDescriptionAttribute.cs
- RetrieveVirtualItemEventArgs.cs
- ToolStripRenderEventArgs.cs
- DrawingBrush.cs
- ManipulationCompletedEventArgs.cs
- Property.cs
- ClipboardProcessor.cs
- CheckedListBox.cs
- RC2.cs
- DocumentationServerProtocol.cs