Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Internal.cs / 2 / Internal.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** This file exists to contain miscellaneous module-level attributes ** and other miscellaneous stuff. ** ** ** ===========================================================*/ using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Collections.Generic; using System.Reflection; #if FEATURE_COMINTEROP [assembly:Guid("BED7F4EA-1A96-11d2-8F08-00A0C9A6186D")] // The following attribute are required to ensure COM compatibility. [assembly:System.Runtime.InteropServices.ComCompatibleVersion(1, 0, 3300, 0)] [assembly:System.Runtime.InteropServices.TypeLibVersion(2, 0)] #endif // FEATURE_COMINTEROP [assembly:DefaultDependencyAttribute(LoadHint.Always)] // mscorlib would like to have its literal strings frozen if possible [assembly: System.Runtime.CompilerServices.StringFreezingAttribute()] namespace System { static class Internal { // This method is purely an aid for NGen to statically deduce which // instantiations to save in the ngen image. // Otherwise, the JIT-compiler gets used, which is bad for working-set. // Note that IBC can provide this information too. // However, this helps in keeping the JIT-compiler out even for // test scenarios which do not use IBC. // This can be removed after V2, when we implement other schemes // of keeping the JIT-compiler out for generic instantiations. static void CommonlyUsedGenericInstantiations_HACK() { // Make absolutely sure we include some of the most common // instantiations here in mscorlib's ngen image. // Note that reference type instantiations are already included // automatically for us. System.Array.Sort(null); System.Array.Sort (null); System.Array.Sort (null); new ArraySegment (new byte[1], 0, 0); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary (); new Dictionary
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AppDomainGrammarProxy.cs
- ReverseInheritProperty.cs
- Helper.cs
- DelegateInArgument.cs
- InkSerializer.cs
- PointHitTestResult.cs
- MenuItemAutomationPeer.cs
- linebase.cs
- DbConnectionPoolGroupProviderInfo.cs
- OneOfConst.cs
- SmtpNegotiateAuthenticationModule.cs
- IndependentAnimationStorage.cs
- TableCellCollection.cs
- ConfigXmlSignificantWhitespace.cs
- FragmentNavigationEventArgs.cs
- DbConnectionStringBuilder.cs
- UnauthorizedWebPart.cs
- RowsCopiedEventArgs.cs
- DataControlCommands.cs
- ModelChangedEventArgsImpl.cs
- RouteValueExpressionBuilder.cs
- PerformanceCounterCategory.cs
- SqlProvider.cs
- CollaborationHelperFunctions.cs
- HuffModule.cs
- MemoryFailPoint.cs
- FileReader.cs
- MyContact.cs
- SessionStateModule.cs
- MessageQueueException.cs
- GlobalEventManager.cs
- ListViewInsertEventArgs.cs
- EntityDataSourceDataSelectionPanel.cs
- Mutex.cs
- ResolveNameEventArgs.cs
- Item.cs
- CheckedListBox.cs
- ContractsBCL.cs
- ImpersonationContext.cs
- OdbcReferenceCollection.cs
- HostedNamedPipeTransportManager.cs
- DoubleIndependentAnimationStorage.cs
- KeyToListMap.cs
- OrderedEnumerableRowCollection.cs
- ResourceManagerWrapper.cs
- AnnotationMap.cs
- CultureNotFoundException.cs
- ObjectSpanRewriter.cs
- CallbackValidatorAttribute.cs
- HierarchicalDataTemplate.cs
- ResourceSet.cs
- UserMapPath.cs
- RegisteredArrayDeclaration.cs
- SortDescriptionCollection.cs
- ScriptManagerProxy.cs
- LogEntryDeserializer.cs
- List.cs
- WorkflowInstanceProxy.cs
- BaseCodeDomTreeGenerator.cs
- UnsafeNativeMethods.cs
- Pen.cs
- ItemCollection.cs
- TreeViewImageKeyConverter.cs
- FlatButtonAppearance.cs
- InstanceKeyView.cs
- QilStrConcat.cs
- ComContractElementCollection.cs
- BooleanStorage.cs
- SmiContextFactory.cs
- SplitterCancelEvent.cs
- XmlWriter.cs
- CodeTypeReferenceExpression.cs
- Events.cs
- VariableExpressionConverter.cs
- Function.cs
- DetailsViewDeletedEventArgs.cs
- DbExpressionBuilder.cs
- TextMarkerSource.cs
- ExpressionNode.cs
- HtmlLink.cs
- SqlCacheDependencyDatabaseCollection.cs
- BufferedConnection.cs
- URLMembershipCondition.cs
- RangeBaseAutomationPeer.cs
- querybuilder.cs
- DataControlHelper.cs
- OSFeature.cs
- TemplatePropertyEntry.cs
- ModuleConfigurationInfo.cs
- contentDescriptor.cs
- KeyProperty.cs
- DispatchChannelSink.cs
- ElementMarkupObject.cs
- FilteredAttributeCollection.cs
- SmiTypedGetterSetter.cs
- ExpandableObjectConverter.cs
- AnnotationStore.cs
- BitmapEffectGeneralTransform.cs
- PropertiesTab.cs
- AddToCollection.cs