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
- AggregateNode.cs
- InkCanvas.cs
- PrimitiveDataContract.cs
- XMLSchema.cs
- DataRelation.cs
- OperationPickerDialog.cs
- UncommonField.cs
- sqlinternaltransaction.cs
- ObjectItemCollection.cs
- SqlNamer.cs
- ValidationVisibilityAttribute.cs
- ConnectionStringSettingsCollection.cs
- StorageMappingFragment.cs
- FixedSOMPageElement.cs
- DefaultValueConverter.cs
- SmiXetterAccessMap.cs
- SelectionRange.cs
- TextRunTypographyProperties.cs
- GacUtil.cs
- ConstraintEnumerator.cs
- TabControlAutomationPeer.cs
- SqlFactory.cs
- ManualResetEvent.cs
- SqlUnionizer.cs
- ToolStripHighContrastRenderer.cs
- DetailsViewRow.cs
- RegexStringValidatorAttribute.cs
- RuntimeConfig.cs
- MDIWindowDialog.cs
- COM2PictureConverter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ShellProvider.cs
- HMACSHA384.cs
- QilTargetType.cs
- BindableAttribute.cs
- FieldNameLookup.cs
- Tablet.cs
- LineServicesCallbacks.cs
- Annotation.cs
- XPathDocumentIterator.cs
- DebugView.cs
- ResourceLoader.cs
- Thread.cs
- DataTableReader.cs
- SortDescriptionCollection.cs
- EncryptedKeyIdentifierClause.cs
- AuthenticationSection.cs
- NonNullItemCollection.cs
- SafeRightsManagementHandle.cs
- TemplateControlCodeDomTreeGenerator.cs
- InvalidFilterCriteriaException.cs
- LogAppendAsyncResult.cs
- SmtpNegotiateAuthenticationModule.cs
- DeleteIndexBinder.cs
- XmlSchemaSimpleContentRestriction.cs
- DataGridViewUtilities.cs
- ArrayElementGridEntry.cs
- GZipDecoder.cs
- MediaCommands.cs
- DbConnectionStringBuilder.cs
- SelectedGridItemChangedEvent.cs
- mediaeventshelper.cs
- TextModifier.cs
- AppModelKnownContentFactory.cs
- DirectoryObjectSecurity.cs
- TraceContextRecord.cs
- OdbcEnvironment.cs
- StrokeIntersection.cs
- SkipQueryOptionExpression.cs
- AuthenticatingEventArgs.cs
- PointCollection.cs
- ScriptManagerProxy.cs
- SchemaImporterExtensionsSection.cs
- XmlSchemaAll.cs
- InternalDuplexChannelListener.cs
- WsatAdminException.cs
- SqlRewriteScalarSubqueries.cs
- XmlTextEncoder.cs
- Soap.cs
- SqlTypesSchemaImporter.cs
- FixedSOMGroup.cs
- IdleTimeoutMonitor.cs
- DeploymentSectionCache.cs
- RadialGradientBrush.cs
- TransformGroup.cs
- InputBuffer.cs
- OperationCanceledException.cs
- WebHeaderCollection.cs
- ACE.cs
- OdbcHandle.cs
- TableLayout.cs
- ParameterBinding.cs
- LinearGradientBrush.cs
- SmtpTransport.cs
- XamlToRtfParser.cs
- SqlDelegatedTransaction.cs
- NetworkInterface.cs
- BreakRecordTable.cs
- RegisteredHiddenField.cs
- IconBitmapDecoder.cs