在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 微软Visual Studio 开发核心库mscorlib.dll源代码,我们写代码经常用到的重要方法的源代码都在此

微软Visual Studio 开发核心库mscorlib.dll源代码,我们写代码经常用到的重要方法的源代码都在此

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.56M
  • 下载次数:3
  • 浏览次数:349
  • 发布时间:2021-12-02
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
微软Visual Studio开发核心库mscorlib.dll源代码,是你了解底层代码最好的一个资源,如含有string类中的各种方法,我们经常用到的方法的代码全在此!!是增强你内功的一个非常好的资源!!
【实例截图】
【核心代码】
mscorlib_Source.rar
└── mscorlib_Source
├── AssemblyInfo.cs
├── AssemblyRef.cs
├── charinfo.nlp
├── codepages.nlp
├── FXAssembly.cs
├── Microsoft.Runtime.Hosting
│   ├── IClrStrongName.cs
│   ├── IClrStrongNameUsingIntPtr.cs
│   └── StrongNameHelpers.cs
├── Microsoft.Win32
│   ├── ASM_CACHE.cs
│   ├── ASM_NAME.cs
│   ├── CANOF.cs
│   ├── Fusion.cs
│   ├── IApplicationContext.cs
│   ├── IAssemblyEnum.cs
│   ├── IAssemblyName.cs
│   ├── OAVariantLib.cs
│   ├── Registry.cs
│   ├── RegistryHive.cs
│   ├── RegistryKey.cs
│   ├── RegistryKeyPermissionCheck.cs
│   ├── RegistryOptions.cs
│   ├── RegistryValueKind.cs
│   ├── RegistryValueOptions.cs
│   ├── RegistryView.cs
│   ├── SafeLibraryHandle.cs
│   ├── UnsafeNativeMethods.cs
│   └── Win32Native.cs
├── Microsoft.Win32.SafeHandles
│   ├── CriticalHandleMinusOneIsInvalid.cs
│   ├── CriticalHandleZeroOrMinusOneIsInvalid.cs
│   ├── SafeFileHandle.cs
│   ├── SafeFileMappingHandle.cs
│   ├── SafeFindHandle.cs
│   ├── SafeHandleMinusOneIsInvalid.cs
│   ├── SafeHandleZeroOrMinusOneIsInvalid.cs
│   ├── SafeLocalAllocHandle.cs
│   ├── SafeLsaLogonProcessHandle.cs
│   ├── SafeLsaMemoryHandle.cs
│   ├── SafeLsaPolicyHandle.cs
│   ├── SafeLsaReturnBufferHandle.cs
│   ├── SafePEFileHandle.cs
│   ├── SafeProcessHandle.cs
│   ├── SafeRegistryHandle.cs
│   ├── SafeThreadHandle.cs
│   ├── SafeTokenHandle.cs
│   ├── SafeViewOfFileHandle.cs
│   └── SafeWaitHandle.cs
├── mscorlib.csproj
├── mscorlib.resx
├── normidna.nlp
├── normnfc.nlp
├── normnfd.nlp
├── normnfkc.nlp
├── normnfkd.nlp
├── _PrivateImplementationDetails_{E929D9EA-3268-462F-B826-5115530AD12B}.cs
├── SRETW.cs
├── System
│   ├── AccessViolationException.cs
│   ├── Action!1.cs
│   ├── Action!2.cs
│   ├── Action!3.cs
│   ├── Action!4.cs
│   ├── Action!5.cs
│   ├── Action!6.cs
│   ├── Action!7.cs
│   ├── Action!8.cs
│   ├── Action.cs
│   ├── ActivationContext.cs
│   ├── Activator.cs
│   ├── AggregateException.cs
│   ├── _AppDomain.cs
│   ├── AppDomain.cs
│   ├── AppDomainHandle.cs
│   ├── AppDomainInitializer.cs
│   ├── AppDomainInitializerInfo.cs
│   ├── AppDomainManager.cs
│   ├── AppDomainManagerInitializationOptions.cs
│   ├── AppDomainSetup.cs
│   ├── AppDomainUnloadedException.cs
│   ├── ApplicationException.cs
│   ├── ApplicationId.cs
│   ├── ApplicationIdentity.cs
│   ├── ArgIterator.cs
│   ├── ArgumentException.cs
│   ├── ArgumentNullException.cs
│   ├── ArgumentOutOfRangeException.cs
│   ├── ArithmeticException.cs
│   ├── Array.cs
│   ├── ArraySegment!1.cs
│   ├── ArrayTypeMismatchException.cs
│   ├── AssemblyLoadEventArgs.cs
│   ├── AssemblyLoadEventHandler.cs
│   ├── AsyncCallback.cs
│   ├── Attribute.cs
│   ├── AttributeTargets.cs
│   ├── AttributeUsageAttribute.cs
│   ├── BadImageFormatException.cs
│   ├── Base64FormattingOptions.cs
│   ├── BaseConfigHandler.cs
│   ├── BCLDebug.cs
│   ├── BitConverter.cs
│   ├── Boolean.cs
│   ├── Buffer.cs
│   ├── Byte.cs
│   ├── CannotUnloadAppDomainException.cs
│   ├── __Canon.cs
│   ├── Char.cs
│   ├── CharEnumerator.cs
│   ├── CLSCompliantAttribute.cs
│   ├── __ComObject.cs
│   ├── Comparison!1.cs
│   ├── CompatibilityFlag.cs
│   ├── ConfigEvents.cs
│   ├── ConfigNode.cs
│   ├── ConfigNodeSubType.cs
│   ├── ConfigNodeType.cs
│   ├── ConfigServer.cs
│   ├── ConfigTreeParser.cs
│   ├── ConsoleCancelEventArgs.cs
│   ├── ConsoleCancelEventHandler.cs
│   ├── ConsoleColor.cs
│   ├── Console.cs
│   ├── ConsoleKey.cs
│   ├── ConsoleKeyInfo.cs
│   ├── ConsoleModifiers.cs
│   ├── ConsoleSpecialKey.cs
│   ├── ContextBoundObject.cs
│   ├── ContextMarshalException.cs
│   ├── ContextStaticAttribute.cs
│   ├── Convert.cs
│   ├── Converter!2.cs
│   ├── CrossAppDomainDelegate.cs
│   ├── CtorDelegate.cs
│   ├── CultureAwareComparer.cs
│   ├── Currency.cs
│   ├── CurrentSystemTimeZone.cs
│   ├── DataMisalignedException.cs
│   ├── DateTime.cs
│   ├── DateTimeFormat.cs
│   ├── DateTimeKind.cs
│   ├── DateTimeOffset.cs
│   ├── DateTimeParse.cs
│   ├── DateTimeRawInfo.cs
│   ├── DateTimeResult.cs
│   ├── DateTimeToken.cs
│   ├── DayOfWeek.cs
│   ├── DBNull.cs
│   ├── Decimal.cs
│   ├── DefaultBinder.cs
│   ├── DelegateBindingFlags.cs
│   ├── Delegate.cs
│   ├── DelegateSerializationHolder.cs
│   ├── DivideByZeroException.cs
│   ├── DllNotFoundException.cs
│   ├── Double.cs
│   ├── __DTString.cs
│   ├── DTSubString.cs
│   ├── DTSubStringType.cs
│   ├── DuplicateWaitObjectException.cs
│   ├── Empty.cs
│   ├── EntryPointNotFoundException.cs
│   ├── Enum.cs
│   ├── Environment.cs
│   ├── EnvironmentVariableTarget.cs
│   ├── EventArgs.cs
│   ├── EventHandler!1.cs
│   ├── EventHandler.cs
│   ├── ExceptionArgument.cs
│   ├── Exception.cs
│   ├── ExceptionResource.cs
│   ├── ExecutionEngineException.cs
│   ├── FieldAccessException.cs
│   ├── __Filters.cs
│   ├── FlagsAttribute.cs
│   ├── FormatException.cs
│   ├── Func!1.cs
│   ├── Func!2.cs
│   ├── Func!3.cs
│   ├── Func!4.cs
│   ├── Func!5.cs
│   ├── Func!6.cs
│   ├── Func!7.cs
│   ├── Func!8.cs
│   ├── Func!9.cs
│   ├── GCCollectionMode.cs
│   ├── GC.cs
│   ├── GCNotificationStatus.cs
│   ├── Guid.cs
│   ├── __HResults.cs
│   ├── IAppDomainSetup.cs
│   ├── IAsyncResult.cs
│   ├── ICloneable.cs
│   ├── IComparable!1.cs
│   ├── IComparable.cs
│   ├── IConfigHandler.cs
│   ├── IConvertibleContract.cs
│   ├── IConvertible.cs
│   ├── ICustomFormatter.cs
│   ├── IDisposable.cs
│   ├── IEquatable!1.cs
│   ├── IFormatProvider.cs
│   ├── IFormattableContract.cs
│   ├── IFormattable.cs
│   ├── IndexOutOfRangeException.cs
│   ├── InsufficientExecutionStackException.cs
│   ├── InsufficientMemoryException.cs
│   ├── Int16.cs
│   ├── Int32.cs
│   ├── Int64.cs
│   ├── Internal.cs
│   ├── IntPtr.cs
│   ├── InvalidCastException.cs
│   ├── InvalidOperationException.cs
│   ├── InvalidProgramException.cs
│   ├── InvalidTimeZoneException.cs
│   ├── IObservable!1.cs
│   ├── IObserver!1.cs
│   ├── IRuntimeFieldInfo.cs
│   ├── IRuntimeMethodInfo.cs
│   ├── IServiceProvider.cs
│   ├── ITuple.cs
│   ├── Lazy!1.cs
│   ├── LoaderOptimizationAttribute.cs
│   ├── LoaderOptimization.cs
│   ├── LocalDataStore.cs
│   ├── LocalDataStoreElement.cs
│   ├── LocalDataStoreHolder.cs
│   ├── LocalDataStoreMgr.cs
│   ├── LocalDataStoreSlot.cs
│   ├── LogLevel.cs
│   ├── MarshalByRefObject.cs
│   ├── Math.cs
│   ├── Mda.cs
│   ├── MemberAccessException.cs
│   ├── MethodAccessException.cs
│   ├── MidpointRounding.cs
│   ├── MissingFieldException.cs
│   ├── MissingMemberException.cs
│   ├── MissingMethodException.cs
│   ├── ModuleHandle.cs
│   ├── MTAThreadAttribute.cs
│   ├── MulticastDelegate.cs
│   ├── MulticastNotSupportedException.cs
│   ├── NonSerializedAttribute.cs
│   ├── NotFiniteNumberException.cs
│   ├── NotImplementedException.cs
│   ├── NotSupportedException.cs
│   ├── Nullable!1.cs
│   ├── Nullable.cs
│   ├── NullReferenceException.cs
│   ├── Number.cs
│   ├── Object.cs
│   ├── ObjectDisposedException.cs
│   ├── ObsoleteAttribute.cs
│   ├── OleAutBinder.cs
│   ├── OperatingSystem.cs
│   ├── OperationCanceledException.cs
│   ├── OrdinalComparer.cs
│   ├── OutOfMemoryException.cs
│   ├── OverflowException.cs
│   ├── ParamArrayAttribute.cs
│   ├── ParseFailureKind.cs
│   ├── ParseFlags.cs
│   ├── ParseNumbers.cs
│   ├── ParsingInfo.cs
│   ├── PlatformID.cs
│   ├── PlatformNotSupportedException.cs
│   ├── Predicate!1.cs
│   ├── Random.cs
│   ├── RankException.cs
│   ├── ReflectionOnlyType.cs
│   ├── ResId.cs
│   ├── ResolveEventArgs.cs
│   ├── ResolveEventHandler.cs
│   ├── Resolver.cs
│   ├── RuntimeArgumentHandle.cs
│   ├── RuntimeFieldHandle.cs
│   ├── RuntimeFieldHandleInternal.cs
│   ├── RuntimeFieldInfoStub.cs
│   ├── RuntimeMethodHandle.cs
│   ├── RuntimeMethodHandleInternal.cs
│   ├── RuntimeMethodInfoStub.cs
│   ├── RuntimeType.cs
│   ├── RuntimeTypeHandle.cs
│   ├── SafeTypeNameParserHandle.cs
│   ├── SByte.cs
│   ├── SerializableAttribute.cs
│   ├── SharedStatics.cs
│   ├── Signature.cs
│   ├── SignatureStruct.cs
│   ├── Single.cs
│   ├── SizedReference.cs
│   ├── StackOverflowException.cs
│   ├── STAThreadAttribute.cs
│   ├── StringComparer.cs
│   ├── StringComparison.cs
│   ├── String.cs
│   ├── StringSplitOptions.cs
│   ├── SwitchStructure.cs
│   ├── SystemException.cs
│   ├── System_LazyDebugView!1.cs
│   ├── SZArrayHelper.cs
│   ├── ThreadStaticAttribute.cs
│   ├── ThrowHelper.cs
│   ├── TimeoutException.cs
│   ├── TimeSpan.cs
│   ├── TimeZone.cs
│   ├── TimeZoneInfo.cs
│   ├── TimeZoneInfoOptions.cs
│   ├── TimeZoneNotFoundException.cs
│   ├── TokenType.cs
│   ├── Tuple!1.cs
│   ├── Tuple!2.cs
│   ├── Tuple!3.cs
│   ├── Tuple!4.cs
│   ├── Tuple!5.cs
│   ├── Tuple!6.cs
│   ├── Tuple!7.cs
│   ├── Tuple!8.cs
│   ├── Tuple.cs
│   ├── TypeAccessException.cs
│   ├── TypeCode.cs
│   ├── TypeContracts.cs
│   ├── Type.cs
│   ├── TypedReference.cs
│   ├── TypeInitializationException.cs
│   ├── TypeLoadException.cs
│   ├── TypeNameParser.cs
│   ├── TypeUnloadedException.cs
│   ├── UInt16.cs
│   ├── UInt32.cs
│   ├── UInt64.cs
│   ├── UIntPtr.cs
│   ├── UnauthorizedAccessException.cs
│   ├── UnhandledExceptionEventArgs.cs
│   ├── UnhandledExceptionEventHandler.cs
│   ├── UnitySerializationHolder.cs
│   ├── UnSafeCharBuffer.cs
│   ├── Utf8String.cs
│   ├── ValueType.cs
│   ├── Variant.cs
│   ├── Version.cs
│   ├── Void.cs
│   ├── WeakReference.cs
│   └── XmlIgnoreMemberAttribute.cs
├── System.Collections
│   ├── ArrayList.cs
│   ├── BitArray.cs
│   ├── CaseInsensitiveComparer.cs
│   ├── CaseInsensitiveHashCodeProvider.cs
│   ├── CollectionBase.cs
│   ├── Comparer.cs
│   ├── CompatibleComparer.cs
│   ├── DictionaryBase.cs
│   ├── DictionaryEntry.cs
│   ├── EmptyReadOnlyDictionaryInternal.cs
│   ├── HashHelpers.cs
│   ├── Hashtable.cs
│   ├── ICollectionContract.cs
│   ├── ICollection.cs
│   ├── IComparer.cs
│   ├── IDictionaryContract.cs
│   ├── IDictionary.cs
│   ├── IDictionaryEnumerator.cs
│   ├── IEnumerableContract.cs
│   ├── IEnumerable.cs
│   ├── IEnumerator.cs
│   ├── IEqualityComparer.cs
│   ├── IHashCodeProvider.cs
│   ├── IListContract.cs
│   ├── IList.cs
│   ├── IStructuralComparable.cs
│   ├── IStructuralEquatable.cs
│   ├── KeyValuePairs.cs
│   ├── ListDictionaryInternal.cs
│   ├── Queue.cs
│   ├── ReadOnlyCollectionBase.cs
│   ├── SortedList.cs
│   ├── Stack.cs
│   ├── StructuralComparer.cs
│   ├── StructuralComparisons.cs
│   └── StructuralEqualityComparer.cs
├── System.Collections.Concurrent
│   ├── CDSCollectionETWBCLProvider.cs
│   ├── ConcurrentDictionary!2.cs
│   ├── ConcurrentQueue!1.cs
│   ├── ConcurrentStack!1.cs
│   ├── IProducerConsumerCollection!1.cs
│   ├── OrderablePartitioner!1.cs
│   ├── Partitioner!1.cs
│   ├── Partitioner.cs
│   └── SystemCollectionsConcurrent_ProducerConsumerCollectionDebugView!1.cs
├── System.Collections.Generic
│   ├── ArraySortHelper!1.cs
│   ├── ArraySortHelper!2.cs
│   ├── ByteEqualityComparer.cs
│   ├── Comparer!1.cs
│   ├── Dictionary!2.cs
│   ├── EnumEqualityComparer!1.cs
│   ├── EqualityComparer!1.cs
│   ├── GenericArraySortHelper!1.cs
│   ├── GenericArraySortHelper!2.cs
│   ├── GenericComparer!1.cs
│   ├── GenericEqualityComparer!1.cs
│   ├── IArraySortHelper!1.cs
│   ├── IArraySortHelper!2.cs
│   ├── IArraySortHelperContract!1.cs
│   ├── ICollection!1.cs
│   ├── ICollectionContract!1.cs
│   ├── IComparer!1.cs
│   ├── IDictionary!2.cs
│   ├── IDictionaryContract!2.cs
│   ├── IEnumerable!1.cs
│   ├── IEnumerableContract!1.cs
│   ├── IEnumerator!1.cs
│   ├── IEqualityComparer!1.cs
│   ├── IList!1.cs
│   ├── IListContract!1.cs
│   ├── KeyNotFoundException.cs
│   ├── KeyValuePair!2.cs
│   ├── List!1.cs
│   ├── Mscorlib_CollectionDebugView!1.cs
│   ├── Mscorlib_DictionaryDebugView!2.cs
│   ├── Mscorlib_DictionaryKeyCollectionDebugView!2.cs
│   ├── Mscorlib_DictionaryValueCollectionDebugView!2.cs
│   ├── Mscorlib_KeyedCollectionDebugView!2.cs
│   ├── NullableComparer!1.cs
│   ├── NullableEqualityComparer!1.cs
│   ├── ObjectComparer!1.cs
│   └── ObjectEqualityComparer!1.cs
├── System.Collections.ObjectModel
│   ├── Collection!1.cs
│   ├── KeyedCollection!2.cs
│   └── ReadOnlyCollection!1.cs
├── System.Configuration.Assemblies
│   ├── AssemblyHashAlgorithm.cs
│   ├── AssemblyHash.cs
│   └── AssemblyVersionCompatibility.cs
├── System.Deployment.Internal
│   ├── InternalActivationContextHelper.cs
│   └── InternalApplicationIdentityHelper.cs
├── System.Deployment.Internal.Isolation
│   ├── BLOB.cs
│   ├── CATEGORY.cs
│   ├── CATEGORY_INSTANCE.cs
│   ├── CATEGORY_SUBCATEGORY.cs
│   ├── IActContext.cs
│   ├── IAPPIDAUTHORITY_ARE_DEFINITIONS_EQUAL_FLAGS.cs
│   ├── IAPPIDAUTHORITY_ARE_REFERENCES_EQUAL_FLAGS.cs
│   ├── IAppIdAuthority.cs
│   ├── ICDF.cs
│   ├── IDefinitionAppId.cs
│   ├── IDefinitionIdentity.cs
│   ├── IDENTITY_ATTRIBUTE.cs
│   ├── IEnumDefinitionIdentity.cs
│   ├── IEnumIDENTITY_ATTRIBUTE.cs
│   ├── IEnumReferenceIdentity.cs
│   ├── IEnumSTORE_ASSEMBLY.cs
│   ├── IEnumSTORE_ASSEMBLY_FILE.cs
│   ├── IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE.cs
│   ├── IEnumSTORE_CATEGORY.cs
│   ├── IEnumSTORE_CATEGORY_INSTANCE.cs
│   ├── IEnumSTORE_CATEGORY_SUBCATEGORY.cs
│   ├── IEnumSTORE_DEPLOYMENT_METADATA.cs
│   ├── IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY.cs
│   ├── IEnumUnknown.cs
│   ├── IIdentityAuthority.cs
│   ├── IIDENTITYAUTHORITY_DEFINITION_IDENTITY_TO_TEXT_FLAGS.cs
│   ├── IIDENTITYAUTHORITY_DOES_DEFINITION_MATCH_REFERENCE_FLAGS.cs
│   ├── IIDENTITYAUTHORITY_REFERENCE_IDENTITY_TO_TEXT_FLAGS.cs
│   ├── IManifestInformation.cs
│   ├── IManifestParseErrorCallback.cs
│   ├── IReferenceAppId.cs
│   ├── IReferenceIdentity.cs
│   ├── ISection.cs
│   ├── ISectionEntry.cs
│   ├── ISectionWithReferenceIdentityKey.cs
│   ├── ISectionWithStringKey.cs
│   ├── IsolationInterop.cs
│   ├── IStateManager.cs
│   ├── IStore_BindingResult_BoundVersion.cs
│   ├── IStore_BindingResult.cs
│   ├── ISTORE_BIND_REFERENCE_TO_ASSEMBLY_FLAGS.cs
│   ├── IStore.cs
│   ├── ISTORE_ENUM_ASSEMBLIES_FLAGS.cs
│   ├── ISTORE_ENUM_FILES_FLAGS.cs
│   ├── StateManager_RunningState.cs
│   ├── StoreApplicationReference.cs
│   ├── STORE_ASSEMBLY.cs
│   ├── StoreAssemblyEnumeration.cs
│   ├── STORE_ASSEMBLY_FILE.cs
│   ├── StoreAssemblyFileEnumeration.cs
│   ├── STORE_ASSEMBLY_FILE_STATUS_FLAGS.cs
│   ├── STORE_ASSEMBLY_STATUS_FLAGS.cs
│   ├── STORE_CATEGORY.cs
│   ├── StoreCategoryEnumeration.cs
│   ├── STORE_CATEGORY_INSTANCE.cs
│   ├── StoreCategoryInstanceEnumeration.cs
│   ├── STORE_CATEGORY_SUBCATEGORY.cs
│   ├── Store.cs
│   ├── StoreDeploymentMetadataEnumeration.cs
│   ├── StoreDeploymentMetadataPropertyEnumeration.cs
│   ├── StoreOperationInstallDeployment.cs
│   ├── StoreOperationMetadataProperty.cs
│   ├── StoreOperationPinDeployment.cs
│   ├── StoreOperationScavenge.cs
│   ├── StoreOperationSetCanonicalizationContext.cs
│   ├── StoreOperationSetDeploymentMetadata.cs
│   ├── StoreOperationStageComponent.cs
│   ├── StoreOperationStageComponentFile.cs
│   ├── StoreOperationUninstallDeployment.cs
│   ├── StoreOperationUnpinDeployment.cs
│   ├── StoreSubcategoryEnumeration.cs
│   ├── StoreTransaction.cs
│   ├── StoreTransactionData.cs
│   ├── StoreTransactionOperation.cs
│   └── StoreTransactionOperationType.cs
├── System.Deployment.Internal.Isolation.Manifest
│   ├── AssemblyReferenceDependentAssemblyEntry.cs
│   ├── AssemblyReferenceDependentAssemblyEntryFieldId.cs
│   ├── AssemblyReferenceEntry.cs
│   ├── AssemblyReferenceEntryFieldId.cs
│   ├── AssemblyRequestEntry.cs
│   ├── AssemblyRequestEntryFieldId.cs
│   ├── CategoryMembershipDataEntry.cs
│   ├── CategoryMembershipDataEntryFieldId.cs
│   ├── CategoryMembershipEntry.cs
│   ├── CategoryMembershipEntryFieldId.cs
│   ├── CLRSurrogateEntry.cs
│   ├── CLRSurrogateEntryFieldId.cs
│   ├── CMS_ASSEMBLY_DEPLOYMENT_FLAG.cs
│   ├── CMS_ASSEMBLY_REFERENCE_DEPENDENT_ASSEMBLY_FLAG.cs
│   ├── CMS_ASSEMBLY_REFERENCE_FLAG.cs
│   ├── CMS_COM_SERVER_FLAG.cs
│   ├── CMS_ENTRY_POINT_FLAG.cs
│   ├── CMS_FILE_FLAG.cs
│   ├── CMS_FILE_HASH_ALGORITHM.cs
│   ├── CMS_FILE_WRITABLE_TYPE.cs
│   ├── CMS_HASH_DIGESTMETHOD.cs
│   ├── CMS_HASH_TRANSFORM.cs
│   ├── CMS_SCHEMA_VERSION.cs
│   ├── CMSSECTIONID.cs
│   ├── CMS_TIME_UNIT_TYPE.cs
│   ├── CMS_USAGE_PATTERN.cs
│   ├── CmsUtils.cs
│   ├── CompatibleFrameworksMetadataEntry.cs
│   ├── CompatibleFrameworksMetadataEntryFieldId.cs
│   ├── COMServerEntry.cs
│   ├── COMServerEntryFieldId.cs
│   ├── DependentOSMetadataEntry.cs
│   ├── DependentOSMetadataEntryFieldId.cs
│   ├── DeploymentMetadataEntry.cs
│   ├── DeploymentMetadataEntryFieldId.cs
│   ├── DescriptionMetadataEntry.cs
│   ├── DescriptionMetadataEntryFieldId.cs
│   ├── EntryPointEntry.cs
│   ├── EntryPointEntryFieldId.cs
│   ├── FileAssociationEntry.cs
│   ├── FileAssociationEntryFieldId.cs
│   ├── FileEntry.cs
│   ├── FileEntryFieldId.cs
│   ├── HashElementEntry.cs
│   ├── HashElementEntryFieldId.cs
│   ├── IAssemblyReferenceDependentAssemblyEntry.cs
│   ├── IAssemblyReferenceEntry.cs
│   ├── IAssemblyRequestEntry.cs
│   ├── ICategoryMembershipDataEntry.cs
│   ├── ICategoryMembershipEntry.cs
│   ├── ICLRSurrogateEntry.cs
│   ├── ICMS.cs
│   ├── ICompatibleFrameworksMetadataEntry.cs
│   ├── ICOMServerEntry.cs
│   ├── IDependentOSMetadataEntry.cs
│   ├── IDeploymentMetadataEntry.cs
│   ├── IDescriptionMetadataEntry.cs
│   ├── IEntryPointEntry.cs
│   ├── IFileAssociationEntry.cs
│   ├── IFileEntry.cs
│   ├── IHashElementEntry.cs
│   ├── IMetadataSectionEntry.cs
│   ├── IMuiResourceIdLookupMapEntry.cs
│   ├── IMuiResourceMapEntry.cs
│   ├── IMuiResourceTypeIdIntEntry.cs
│   ├── IMuiResourceTypeIdStringEntry.cs
│   ├── IPermissionSetEntry.cs
│   ├── IProgIdRedirectionEntry.cs
│   ├── IResourceTableMappingEntry.cs
│   ├── ISubcategoryMembershipEntry.cs
│   ├── IWindowClassEntry.cs
│   ├── MetadataSectionEntry.cs
│   ├── MetadataSectionEntryFieldId.cs
│   ├── MuiResourceIdLookupMapEntry.cs
│   ├── MuiResourceIdLookupMapEntryFieldId.cs
│   ├── MuiResourceMapEntry.cs
│   ├── MuiResourceMapEntryFieldId.cs
│   ├── MuiResourceTypeIdIntEntry.cs
│   ├── MuiResourceTypeIdIntEntryFieldId.cs
│   ├── MuiResourceTypeIdStringEntry.cs
│   ├── MuiResourceTypeIdStringEntryFieldId.cs
│   ├── PermissionSetEntry.cs
│   ├── PermissionSetEntryFieldId.cs
│   ├── ProgIdRedirectionEntry.cs
│   ├── ProgIdRedirectionEntryFieldId.cs
│   ├── ResourceTableMappingEntry.cs
│   ├── ResourceTableMappingEntryFieldId.cs
│   ├── SubcategoryMembershipEntry.cs
│   ├── SubcategoryMembershipEntryFieldId.cs
│   ├── WindowClassEntry.cs
│   └── WindowClassEntryFieldId.cs
├── System.Diagnostics
│   ├── Assert.cs
│   ├── AssertFilter.cs
│   ├── AssertFilters.cs
│   ├── ConditionalAttribute.cs
│   ├── DebuggableAttribute.cs
│   ├── DebuggerBrowsableAttribute.cs
│   ├── DebuggerBrowsableState.cs
│   ├── Debugger.cs
│   ├── DebuggerDisplayAttribute.cs
│   ├── DebuggerHiddenAttribute.cs
│   ├── DebuggerNonUserCodeAttribute.cs
│   ├── DebuggerStepperBoundaryAttribute.cs
│   ├── DebuggerStepThroughAttribute.cs
│   ├── DebuggerTypeProxyAttribute.cs
│   ├── DebuggerVisualizerAttribute.cs
│   ├── DefaultFilter.cs
│   ├── EditAndContinueHelper.cs
│   ├── ICustomDebuggerNotification.cs
│   ├── Log.cs
│   ├── LoggingLevels.cs
│   ├── LogMessageEventHandler.cs
│   ├── LogSwitch.cs
│   ├── LogSwitchLevelHandler.cs
│   ├── StackFrame.cs
│   ├── StackFrameHelper.cs
│   └── StackTrace.cs
├── System.Diagnostics.CodeAnalysis
│   └── SuppressMessageAttribute.cs
├── System.Diagnostics.Contracts
│   ├── ContractClassAttribute.cs
│   ├── ContractClassForAttribute.cs
│   ├── Contract.cs
│   ├── ContractException.cs
│   ├── ContractFailedEventArgs.cs
│   ├── ContractFailureKind.cs
│   ├── ContractInvariantMethodAttribute.cs
│   ├── ContractPublicPropertyNameAttribute.cs
│   ├── ContractReferenceAssemblyAttribute.cs
│   ├── ContractRuntimeIgnoredAttribute.cs
│   ├── ContractVerificationAttribute.cs
│   └── PureAttribute.cs
├── System.Diagnostics.Contracts.Internal
│   └── ContractHelper.cs
├── System.Diagnostics.Eventing
│   ├── ControllerCommand.cs
│   ├── EventAttribute.cs
│   ├── EventChannel.cs
│   ├── EventDescriptorInternal.cs
│   ├── EventKeywords.cs
│   ├── EventLevel.cs
│   ├── EventOpcode.cs
│   ├── EventProviderBase.cs
│   ├── EventProviderCreatedEventArgs.cs
│   ├── EventProvider.cs
│   ├── EventProviderDataStream.cs
│   ├── EventTask.cs
│   ├── EventWrittenEventArgs.cs
│   ├── FrameworkEventSource.cs
│   ├── ManifestBuilder.cs
│   ├── ManifestEnvelope.cs
│   └── NonEventAttribute.cs
├── System.Diagnostics.SymbolStore
│   ├── ISymbolBinder1.cs
│   ├── ISymbolBinder.cs
│   ├── ISymbolDocument.cs
│   ├── ISymbolDocumentWriter.cs
│   ├── ISymbolMethod.cs
│   ├── ISymbolNamespace.cs
│   ├── ISymbolReader.cs
│   ├── ISymbolScope.cs
│   ├── ISymbolVariable.cs
│   ├── ISymbolWriter.cs
│   ├── SymAddressKind.cs
│   ├── SymbolToken.cs
│   ├── SymDocumentType.cs
│   ├── SymLanguageType.cs
│   └── SymLanguageVendor.cs
├── System.Globalization
│   ├── BidiCategory.cs
│   ├── CalendarAlgorithmType.cs
│   ├── Calendar.cs
│   ├── CalendarData.cs
│   ├── CalendarId.cs
│   ├── CalendarWeekRule.cs
│   ├── CharUnicodeInfo.cs
│   ├── ChineseLunisolarCalendar.cs
│   ├── CodePageDataItem.cs
│   ├── CompareInfo.cs
│   ├── CompareOptions.cs
│   ├── CultureData.cs
│   ├── CultureInfo.cs
│   ├── CultureNotFoundException.cs
│   ├── CultureTypes.cs
│   ├── DateTimeFormatFlags.cs
│   ├── DateTimeFormatInfo.cs
│   ├── DateTimeFormatInfoScanner.cs
│   ├── DateTimeStyles.cs
│   ├── DaylightTime.cs
│   ├── DigitShapes.cs
│   ├── EastAsianLunisolarCalendar.cs
│   ├── EncodingTable.cs
│   ├── EraInfo.cs
│   ├── FORMATFLAGS.cs
│   ├── GlobalizationAssembly.cs
│   ├── GregorianCalendar.cs
│   ├── GregorianCalendarHelper.cs
│   ├── GregorianCalendarTypes.cs
│   ├── HebrewCalendar.cs
│   ├── HebrewNumber.cs
│   ├── HebrewNumberParsingContext.cs
│   ├── HebrewNumberParsingState.cs
│   ├── HijriCalendar.cs
│   ├── IdnMapping.cs
│   ├── InternalCodePageDataItem.cs
│   ├── InternalEncodingDataItem.cs
│   ├── JapaneseCalendar.cs
│   ├── JapaneseLunisolarCalendar.cs
│   ├── JulianCalendar.cs
│   ├── KoreanCalendar.cs
│   ├── KoreanLunisolarCalendar.cs
│   ├── MonthNameStyles.cs
│   ├── NumberFormatInfo.cs
│   ├── NumberStyles.cs
│   ├── PersianCalendar.cs
│   ├── RegionInfo.cs
│   ├── SortKey.cs
│   ├── StringInfo.cs
│   ├── TaiwanCalendar.cs
│   ├── TaiwanLunisolarCalendar.cs
│   ├── TextElementEnumerator.cs
│   ├── TextInfo.cs
│   ├── ThaiBuddhistCalendar.cs
│   ├── TimeSpanFormat.cs
│   ├── TimeSpanParse.cs
│   ├── TimeSpanStyles.cs
│   ├── TokenHashValue.cs
│   ├── UmAlQuraCalendar.cs
│   └── UnicodeCategory.cs
├── System.IO
│   ├── BinaryReader.cs
│   ├── BinaryWriter.cs
│   ├── BufferedStream.cs
│   ├── __ConsoleStream.cs
│   ├── Directory.cs
│   ├── DirectoryInfo.cs
│   ├── DirectoryInfoResultHandler.cs
│   ├── DirectoryNotFoundException.cs
│   ├── DriveInfo.cs
│   ├── DriveNotFoundException.cs
│   ├── DriveType.cs
│   ├── EndOfStreamException.cs
│   ├── __Error.cs
│   ├── FileAccess.cs
│   ├── FileAttributes.cs
│   ├── File.cs
│   ├── FileInfo.cs
│   ├── FileInfoResultHandler.cs
│   ├── FileLoadException.cs
│   ├── FileMode.cs
│   ├── FileNotFoundException.cs
│   ├── FileOptions.cs
│   ├── FileShare.cs
│   ├── FileStreamAsyncResult.cs
│   ├── FileStream.cs
│   ├── FileSystemEnumerableFactory.cs
│   ├── FileSystemEnumerableHelpers.cs
│   ├── FileSystemEnumerableIterator!1.cs
│   ├── FileSystemInfo.cs
│   ├── FileSystemInfoResultHandler.cs
│   ├── __HResults.cs
│   ├── IOException.cs
│   ├── Iterator!1.cs
│   ├── LongPath.cs
│   ├── LongPathDirectory.cs
│   ├── LongPathFile.cs
│   ├── MdaHelper.cs
│   ├── MemoryStream.cs
│   ├── Path.cs
│   ├── PathHelper.cs
│   ├── PathTooLongException.cs
│   ├── PinnedBufferMemoryStream.cs
│   ├── SearchOption.cs
│   ├── SearchResult.cs
│   ├── SearchResultHandler!1.cs
│   ├── SeekOrigin.cs
│   ├── StreamContract.cs
│   ├── Stream.cs
│   ├── StreamReader.cs
│   ├── StreamWriter.cs
│   ├── StringReader.cs
│   ├── StringResultHandler.cs
│   ├── StringWriter.cs
│   ├── TextReader.cs
│   ├── TextWriter.cs
│   ├── UnmanagedMemoryAccessor.cs
│   ├── UnmanagedMemoryStream.cs
│   └── UnmanagedMemoryStreamWrapper.cs
├── System.IO.IsolatedStorage
│   ├── __HResults.cs
│   ├── INormalizeForIsolatedStorage.cs
│   ├── IsolatedStorage.cs
│   ├── IsolatedStorageException.cs
│   ├── IsolatedStorageFile.cs
│   ├── IsolatedStorageFileEnumerator.cs
│   ├── IsolatedStorageFileStream.cs
│   ├── IsolatedStorageScope.cs
│   ├── IsolatedStorageSecurityOptions.cs
│   ├── IsolatedStorageSecurityState.cs
│   ├── SafeIsolatedStorageFileHandle.cs
│   ├── TwoLevelFileEnumerator.cs
│   └── TwoPaths.cs
├── System.Reflection
│   ├── AmbiguousMatchException.cs
│   ├── AssemblyAlgorithmIdAttribute.cs
│   ├── AssemblyCompanyAttribute.cs
│   ├── AssemblyConfigurationAttribute.cs
│   ├── AssemblyCopyrightAttribute.cs
│   ├── Assembly.cs
│   ├── AssemblyCultureAttribute.cs
│   ├── AssemblyDefaultAliasAttribute.cs
│   ├── AssemblyDelaySignAttribute.cs
│   ├── AssemblyDescriptionAttribute.cs
│   ├── AssemblyFileVersionAttribute.cs
│   ├── AssemblyFlagsAttribute.cs
│   ├── AssemblyInformationalVersionAttribute.cs
│   ├── AssemblyKeyFileAttribute.cs
│   ├── AssemblyKeyNameAttribute.cs
│   ├── AssemblyMetadata.cs
│   ├── AssemblyName.cs
│   ├── AssemblyNameFlags.cs
│   ├── AssemblyNameProxy.cs
│   ├── AssemblyProductAttribute.cs
│   ├── AssemblyTitleAttribute.cs
│   ├── AssemblyTrademarkAttribute.cs
│   ├── AssemblyVersionAttribute.cs
│   ├── AssociateRecord.cs
│   ├── Associates.cs
│   ├── Binder.cs
│   ├── BindingFlags.cs
│   ├── CallingConventions.cs
│   ├── CerArrayList!1.cs
│   ├── CerHashtable!2.cs
│   ├── ConstArray.cs
│   ├── ConstructorInfo.cs
│   ├── CorElementType.cs
│   ├── CustomAttribute.cs
│   ├── CustomAttributeCtorParameter.cs
│   ├── CustomAttributeData.cs
│   ├── CustomAttributeEncodedArgument.cs
│   ├── CustomAttributeEncoding.cs
│   ├── CustomAttributeFormatException.cs
│   ├── CustomAttributeNamedArgument.cs
│   ├── CustomAttributeNamedParameter.cs
│   ├── CustomAttributeRecord.cs
│   ├── CustomAttributeType.cs
│   ├── CustomAttributeTypedArgument.cs
│   ├── DeclSecurityAttributes.cs
│   ├── DefaultMemberAttribute.cs
│   ├── EventAttributes.cs
│   ├── EventInfo.cs
│   ├── ExceptionHandlingClause.cs
│   ├── ExceptionHandlingClauseOptions.cs
│   ├── FieldAttributes.cs
│   ├── FieldInfo.cs
│   ├── __Filters.cs
│   ├── GenericParameterAttributes.cs
│   ├── ICustomAttributeProvider.cs
│   ├── ImageFileMachine.cs
│   ├── InterfaceMapping.cs
│   ├── InvalidFilterCriteriaException.cs
│   ├── INVOCATION_FLAGS.cs
│   ├── IReflect.cs
│   ├── LoaderAllocator.cs
│   ├── LoaderAllocatorScout.cs
│   ├── LocalVariableInfo.cs
│   ├── ManifestResourceAttributes.cs
│   ├── ManifestResourceInfo.cs
│   ├── MdConstant.cs
│   ├── MdFieldInfo.cs
│   ├── MdSigCallingConvention.cs
│   ├── MemberFilter.cs
│   ├── MemberInfoContracts.cs
│   ├── MemberInfo.cs
│   ├── MemberInfoSerializationHolder.cs
│   ├── MemberListType.cs
│   ├── MemberTypes.cs
│   ├── MetadataArgs.cs
│   ├── MetadataCodedTokenType.cs
│   ├── MetadataColumn.cs
│   ├── MetadataColumnType.cs
│   ├── MetadataException.cs
│   ├── MetadataFieldOffset.cs
│   ├── MetadataFileAttributes.cs
│   ├── MetadataImport.cs
│   ├── MetadataTable.cs
│   ├── MetadataToken.cs
│   ├── MetadataTokenType.cs
│   ├── MethodAttributes.cs
│   ├── MethodBase.cs
│   ├── MethodBody.cs
│   ├── MethodImplAttributes.cs
│   ├── MethodInfo.cs
│   ├── MethodSemanticsAttributes.cs
│   ├── Missing.cs
│   ├── Module.cs
│   ├── ModuleResolveEventHandler.cs
│   ├── ObfuscateAssemblyAttribute.cs
│   ├── ObfuscationAttribute.cs
│   ├── ParameterAttributes.cs
│   ├── ParameterInfo.cs
│   ├── ParameterModifier.cs
│   ├── PInvokeAttributes.cs
│   ├── Pointer.cs
│   ├── PortableExecutableKinds.cs
│   ├── ProcessorArchitecture.cs
│   ├── PropertyAttributes.cs
│   ├── PropertyInfo.cs
│   ├── PseudoCustomAttribute.cs
│   ├── ReflectionTypeLoadException.cs
│   ├── ResourceAttributes.cs
│   ├── ResourceLocation.cs
│   ├── RtFieldInfo.cs
│   ├── RuntimeAssembly.cs
│   ├── RuntimeConstructorInfo.cs
│   ├── RuntimeEventInfo.cs
│   ├── RuntimeFieldInfo.cs
│   ├── RuntimeMethodInfo.cs
│   ├── RuntimeModule.cs
│   ├── RuntimeParameterInfo.cs
│   ├── RuntimePropertyInfo.cs
│   ├── SecurityContextFrame.cs
│   ├── StrongNameKeyPair.cs
│   ├── TargetException.cs
│   ├── TargetInvocationException.cs
│   ├── TargetParameterCountException.cs
│   ├── TypeAttributes.cs
│   ├── TypeDelegator.cs
│   └── TypeFilter.cs
├── System.Reflection.Cache
│   ├── CacheAction.cs
│   ├── CacheObjType.cs
│   ├── ClearCacheEventArgs.cs
│   ├── ClearCacheHandler.cs
│   ├── InternalCache.cs
│   ├── InternalCacheItem.cs
│   └── TypeNameStruct.cs
├── System.Reflection.Emit
│   ├── AssemblyBuilderAccess.cs
│   ├── AssemblyBuilder.cs
│   ├── AssemblyBuilderData.cs
│   ├── ConstructorBuilder.cs
│   ├── ConstructorOnTypeBuilderInstantiation.cs
│   ├── CustomAttributeBuilder.cs
│   ├── DynamicAssemblyFlags.cs
│   ├── DynamicILGenerator.cs
│   ├── DynamicILInfo.cs
│   ├── DynamicMethod.cs
│   ├── DynamicResolver.cs
│   ├── DynamicScope.cs
│   ├── EnumBuilder.cs
│   ├── EventBuilder.cs
│   ├── EventToken.cs
│   ├── __ExceptionInfo.cs
│   ├── __ExceptionInstance.cs
│   ├── FieldBuilder.cs
│   ├── FieldOnTypeBuilderInstantiation.cs
│   ├── FieldToken.cs
│   ├── __FixupData.cs
│   ├── FlowControl.cs
│   ├── GenericFieldInfo.cs
│   ├── GenericMethodInfo.cs
│   ├── GenericTypeParameterBuilder.cs
│   ├── ILGenerator.cs
│   ├── InternalAssemblyBuilder.cs
│   ├── InternalModuleBuilder.cs
│   ├── Label.cs
│   ├── LineNumberInfo.cs
│   ├── LocalBuilder.cs
│   ├── LocalSymInfo.cs
│   ├── MethodBuilder.cs
│   ├── MethodBuilderInstantiation.cs
│   ├── MethodOnTypeBuilderInstantiation.cs
│   ├── MethodRental.cs
│   ├── MethodToken.cs
│   ├── ModuleBuilder.cs
│   ├── ModuleBuilderData.cs
│   ├── NativeVersionInfo.cs
│   ├── OpCode.cs
│   ├── OpCodes.cs
│   ├── OpCodeType.cs
│   ├── OperandType.cs
│   ├── PackingSize.cs
│   ├── ParameterBuilder.cs
│   ├── ParameterToken.cs
│   ├── PEFileKinds.cs
│   ├── PropertyBuilder.cs
│   ├── PropertyToken.cs
│   ├── REDocument.cs
│   ├── ResWriterData.cs
│   ├── ScopeAction.cs
│   ├── ScopeTree.cs
│   ├── SignatureHelper.cs
│   ├── SignatureToken.cs
│   ├── StackBehaviour.cs
│   ├── StringToken.cs
│   ├── SymbolMethod.cs
│   ├── SymbolType.cs
│   ├── TypeBuilder.cs
│   ├── TypeBuilderInstantiation.cs
│   ├── TypeKind.cs
│   ├── TypeNameBuilder.cs
│   ├── TypeToken.cs
│   ├── UnmanagedMarshal.cs
│   └── VarArgMethod.cs
├── System.Resources
│   ├── FastResourceComparer.cs
│   ├── FileBasedResourceGroveler.cs
│   ├── IResourceGroveler.cs
│   ├── IResourceReader.cs
│   ├── IResourceWriter.cs
│   ├── ManifestBasedResourceGroveler.cs
│   ├── MissingManifestResourceException.cs
│   ├── MissingSatelliteAssemblyException.cs
│   ├── NeutralResourcesLanguageAttribute.cs
│   ├── ResourceFallbackManager.cs
│   ├── ResourceLocator.cs
│   ├── ResourceManager.cs
│   ├── ResourceReader.cs
│   ├── ResourceSet.cs
│   ├── ResourceTypeCode.cs
│   ├── ResourceWriter.cs
│   ├── RuntimeResourceSet.cs
│   ├── SatelliteContractVersionAttribute.cs
│   └── UltimateResourceFallbackLocation.cs
├── System.Runtime
│   ├── AssemblyTargetedPatchBandAttribute.cs
│   ├── ForceTokenStabilizationAttribute.cs
│   ├── GCLatencyMode.cs
│   ├── GCSettings.cs
│   ├── MemoryFailPoint.cs
│   └── TargetedPatchingOptOutAttribute.cs
├── System.Runtime.CompilerServices
│   ├── AccessedThroughPropertyAttribute.cs
│   ├── AssemblyAttributesGoHere.cs
│   ├── AssemblyAttributesGoHereM.cs
│   ├── AssemblyAttributesGoHereS.cs
│   ├── AssemblyAttributesGoHereSM.cs
│   ├── CallConvCdecl.cs
│   ├── CallConvFastcall.cs
│   ├── CallConvStdcall.cs
│   ├── CallConvThiscall.cs
│   ├── CompilationRelaxationsAttribute.cs
│   ├── CompilationRelaxations.cs
│   ├── CompilerGeneratedAttribute.cs
│   ├── CompilerGlobalScopeAttribute.cs
│   ├── CompilerMarshalOverride.cs
│   ├── ConditionalWeakTable!2.cs
│   ├── CustomConstantAttribute.cs
│   ├── DateTimeConstantAttribute.cs
│   ├── DecimalConstantAttribute.cs
│   ├── DecoratedNameAttribute.cs
│   ├── DefaultDependencyAttribute.cs
│   ├── DependencyAttribute.cs
│   ├── DependentHandle.cs
│   ├── DiscardableAttribute.cs
│   ├── FixedAddressValueTypeAttribute.cs
│   ├── FixedBufferAttribute.cs
│   ├── FriendAccessAllowedAttribute.cs
│   ├── HasCopySemanticsAttribute.cs
│   ├── IDispatchConstantAttribute.cs
│   ├── IndexerNameAttribute.cs
│   ├── InternalsVisibleToAttribute.cs
│   ├── IsBoxed.cs
│   ├── IsByValue.cs
│   ├── IsConst.cs
│   ├── IsCopyConstructed.cs
│   ├── IsExplicitlyDereferenced.cs
│   ├── IsImplicitlyDereferenced.cs
│   ├── IsJitIntrinsic.cs
│   ├── IsLong.cs
│   ├── IsPinned.cs
│   ├── IsSignUnspecifiedByte.cs
│   ├── IsUdtReturn.cs
│   ├── IsVolatile.cs
│   ├── IUnknownConstantAttribute.cs
│   ├── JitHelpers.cs
│   ├── LoadHint.cs
│   ├── MethodCodeType.cs
│   ├── MethodImplAttribute.cs
│   ├── MethodImplOptions.cs
│   ├── NativeCppClassAttribute.cs
│   ├── ObjectHandleOnStack.cs
│   ├── PinningHelper.cs
│   ├── ReferenceAssemblyAttribute.cs
│   ├── RequiredAttributeAttribute.cs
│   ├── RuntimeCompatibilityAttribute.cs
│   ├── RuntimeHelpers.cs
│   ├── RuntimeWrappedException.cs
│   ├── ScopelessEnumAttribute.cs
│   ├── SpecialNameAttribute.cs
│   ├── StackCrawlMarkHandle.cs
│   ├── StringFreezingAttribute.cs
│   ├── StringHandleOnStack.cs
│   ├── SuppressIldasmAttribute.cs
│   ├── SuppressMergeCheckAttribute.cs
│   ├── TypeDependencyAttribute.cs
│   ├── TypeForwardedFromAttribute.cs
│   ├── TypeForwardedToAttribute.cs
│   └── UnsafeValueTypeAttribute.cs
├── System.Runtime.ConstrainedExecution
│   ├── Cer.cs
│   ├── Consistency.cs
│   ├── CriticalFinalizerObject.cs
│   ├── PrePrepareMethodAttribute.cs
│   └── ReliabilityContractAttribute.cs
├── System.Runtime.ExceptionServices
│   ├── FirstChanceExceptionEventArgs.cs
│   └── HandleProcessCorruptedStateExceptionsAttribute.cs
├── System.Runtime.Hosting
│   ├── ActivationArguments.cs
│   ├── ApplicationActivator.cs
│   └── ManifestRunner.cs
├── System.Runtime.InteropServices
│   ├── _Activator.cs
│   ├── AllowReversePInvokeCallsAttribute.cs
│   ├── ArrayWithOffset.cs
│   ├── _AssemblyBuilder.cs
│   ├── _Assembly.cs
│   ├── _AssemblyName.cs
│   ├── AssemblyRegistrationFlags.cs
│   ├── _Attribute.cs
│   ├── AutomationProxyAttribute.cs
│   ├── BestFitMappingAttribute.cs
│   ├── BIND_OPTS.cs
│   ├── BINDPTR.cs
│   ├── BStrWrapper.cs
│   ├── CALLCONV.cs
│   ├── CallingConvention.cs
│   ├── CharSet.cs
│   ├── ClassInterfaceAttribute.cs
│   ├── ClassInterfaceType.cs
│   ├── CoClassAttribute.cs
│   ├── ComAliasNameAttribute.cs
│   ├── ComCompatibleVersionAttribute.cs
│   ├── ComConversionLossAttribute.cs
│   ├── ComDefaultInterfaceAttribute.cs
│   ├── ComEventInterfaceAttribute.cs
│   ├── ComEventsHelper.cs
│   ├── ComEventsInfo.cs
│   ├── ComEventsMethod.cs
│   ├── ComEventsSink.cs
│   ├── COMException.cs
│   ├── ComImportAttribute.cs
│   ├── ComInterfaceType.cs
│   ├── ComMemberType.cs
│   ├── ComRegisterFunctionAttribute.cs
│   ├── ComSourceInterfacesAttribute.cs
│   ├── ComUnregisterFunctionAttribute.cs
│   ├── ComVisibleAttribute.cs
│   ├── CONNECTDATA.cs
│   ├── _ConstructorBuilder.cs
│   ├── _ConstructorInfo.cs
│   ├── CriticalHandle.cs
│   ├── CurrencyWrapper.cs
│   ├── _CustomAttributeBuilder.cs
│   ├── CustomQueryInterfaceMode.cs
│   ├── CustomQueryInterfaceResult.cs
│   ├── DefaultCharSetAttribute.cs
│   ├── DESCKIND.cs
│   ├── DispatchWrapper.cs
│   ├── DispIdAttribute.cs
│   ├── DISPPARAMS.cs
│   ├── DllImportAttribute.cs
│   ├── ELEMDESC.cs
│   ├── _EnumBuilder.cs
│   ├── ErrorWrapper.cs
│   ├── _EventBuilder.cs
│   ├── _EventInfo.cs
│   ├── EXCEPINFO.cs
│   ├── _Exception.cs
│   ├── ExporterEventKind.cs
│   ├── ExtensibleClassFactory.cs
│   ├── ExternalException.cs
│   ├── _FieldBuilder.cs
│   ├── _FieldInfo.cs
│   ├── FieldOffsetAttribute.cs
│   ├── FILETIME.cs
│   ├── FUNCDESC.cs
│   ├── FUNCFLAGS.cs
│   ├── FUNCKIND.cs
│   ├── GCHandleCookieTable.cs
│   ├── GCHandle.cs
│   ├── GCHandleType.cs
│   ├── GuidAttribute.cs
│   ├── HandleRef.cs
│   ├── ICustomAdapter.cs
│   ├── ICustomFactory.cs
│   ├── ICustomMarshaler.cs
│   ├── ICustomQueryInterface.cs
│   ├── IDispatchImplAttribute.cs
│   ├── IDispatchImplType.cs
│   ├── IDLDESC.cs
│   ├── IDLFLAG.cs
│   ├── _ILGenerator.cs
│   ├── IMPLTYPEFLAGS.cs
│   ├── ImportedFromTypeLibAttribute.cs
│   ├── ImporterCallback.cs
│   ├── ImporterEventKind.cs
│   ├── InAttribute.cs
│   ├── InterfaceTypeAttribute.cs
│   ├── InvalidComObjectException.cs
│   ├── InvalidOleVariantTypeException.cs
│   ├── INVOKEKIND.cs
│   ├── IRegistrationServices.cs
│   ├── ITypeLibConverter.cs
│   ├── ITypeLibExporterNameProvider.cs
│   ├── ITypeLibExporterNotifySink.cs
│   ├── ITypeLibImporterNotifySink.cs
│   ├── LayoutKind.cs
│   ├── LCIDConversionAttribute.cs
│   ├── LIBFLAGS.cs
│   ├── _LocalBuilder.cs
│   ├── ManagedToNativeComInteropStubAttribute.cs
│   ├── MarshalAsAttribute.cs
│   ├── Marshal.cs
│   ├── MarshalDirectiveException.cs
│   ├── _MemberInfo.cs
│   ├── _MethodBase.cs
│   ├── _MethodBuilder.cs
│   ├── _MethodInfo.cs
│   ├── _MethodRental.cs
│   ├── _ModuleBuilder.cs
│   ├── _Module.cs
│   ├── NativeMethods.cs
│   ├── ObjectCreationDelegate.cs
│   ├── OptionalAttribute.cs
│   ├── OutAttribute.cs
│   ├── PARAMDESC.cs
│   ├── _ParameterBuilder.cs
│   ├── _ParameterInfo.cs
│   ├── PARAMFLAG.cs
│   ├── PInvokeMap.cs
│   ├── PreserveSigAttribute.cs
│   ├── PrimaryInteropAssemblyAttribute.cs
│   ├── ProgIdAttribute.cs
│   ├── _PropertyBuilder.cs
│   ├── _PropertyInfo.cs
│   ├── RegistrationClassContext.cs
│   ├── RegistrationConnectionType.cs
│   ├── RegistrationServices.cs
│   ├── RuntimeEnvironment.cs
│   ├── SafeArrayRankMismatchException.cs
│   ├── SafeArrayTypeMismatchException.cs
│   ├── SafeBuffer.cs
│   ├── SafeHandle.cs
│   ├── SEHException.cs
│   ├── SetWin32ContextInIDispatchAttribute.cs
│   ├── _SignatureHelper.cs
│   ├── STATSTG.cs
│   ├── StructLayoutAttribute.cs
│   ├── SYSKIND.cs
│   ├── _Thread.cs
│   ├── TYPEATTR.cs
│   ├── _TypeBuilder.cs
│   ├── _Type.cs
│   ├── TYPEDESC.cs
│   ├── TYPEFLAGS.cs
│   ├── TypeIdentifierAttribute.cs
│   ├── TYPEKIND.cs
│   ├── TYPELIBATTR.cs
│   ├── TypeLibConverter.cs
│   ├── TypeLibExporterFlags.cs
│   ├── TypeLibFuncAttribute.cs
│   ├── TypeLibFuncFlags.cs
│   ├── TypeLibImportClassAttribute.cs
│   ├── TypeLibImporterFlags.cs
│   ├── TypeLibTypeAttribute.cs
│   ├── TypeLibTypeFlags.cs
│   ├── TypeLibVarAttribute.cs
│   ├── TypeLibVarFlags.cs
│   ├── TypeLibVersionAttribute.cs
│   ├── UCOMIBindCtx.cs
│   ├── UCOMIConnectionPointContainer.cs
│   ├── UCOMIConnectionPoint.cs
│   ├── UCOMIEnumConnectionPoints.cs
│   ├── UCOMIEnumConnections.cs
│   ├── UCOMIEnumerable.cs
│   ├── UCOMIEnumerator.cs
│   ├── UCOMIEnumMoniker.cs
│   ├── UCOMIEnumString.cs
│   ├── UCOMIEnumVARIANT.cs
│   ├── UCOMIExpando.cs
│   ├── UCOMIMoniker.cs
│   ├── UCOMIPersistFile.cs
│   ├── UCOMIReflect.cs
│   ├── UCOMIRunningObjectTable.cs
│   ├── UCOMIStream.cs
│   ├── UCOMITypeComp.cs
│   ├── UCOMITypeInfo.cs
│   ├── UCOMITypeLib.cs
│   ├── UnknownWrapper.cs
│   ├── UnmanagedFunctionPointerAttribute.cs
│   ├── UnmanagedType.cs
│   ├── VARDESC.cs
│   ├── VarEnum.cs
│   ├── VARFLAGS.cs
│   ├── Variant.cs
│   └── VariantWrapper.cs
├── System.Runtime.InteropServices.ComTypes
│   ├── BIND_OPTS.cs
│   ├── BINDPTR.cs
│   ├── CALLCONV.cs
│   ├── CONNECTDATA.cs
│   ├── DESCKIND.cs
│   ├── DISPPARAMS.cs
│   ├── ELEMDESC.cs
│   ├── EXCEPINFO.cs
│   ├── FILETIME.cs
│   ├── FUNCDESC.cs
│   ├── FUNCFLAGS.cs
│   ├── FUNCKIND.cs
│   ├── IBindCtx.cs
│   ├── IConnectionPointContainer.cs
│   ├── IConnectionPoint.cs
│   ├── IDLDESC.cs
│   ├── IDLFLAG.cs
│   ├── IEnumConnectionPoints.cs
│   ├── IEnumConnections.cs
│   ├── IEnumerable.cs
│   ├── IEnumerator.cs
│   ├── IEnumMoniker.cs
│   ├── IEnumString.cs
│   ├── IEnumVARIANT.cs
│   ├── IExpando.cs
│   ├── IMoniker.cs
│   ├── IMPLTYPEFLAGS.cs
│   ├── INVOKEKIND.cs
│   ├── IPersistFile.cs
│   ├── IReflect.cs
│   ├── IRunningObjectTable.cs
│   ├── IStream.cs
│   ├── ITypeComp.cs
│   ├── ITypeInfo2.cs
│   ├── ITypeInfo.cs
│   ├── ITypeLib2.cs
│   ├── ITypeLib.cs
│   ├── LIBFLAGS.cs
│   ├── PARAMDESC.cs
│   ├── PARAMFLAG.cs
│   ├── STATSTG.cs
│   ├── SYSKIND.cs
│   ├── TYPEATTR.cs
│   ├── TYPEDESC.cs
│   ├── TYPEFLAGS.cs
│   ├── TYPEKIND.cs
│   ├── TYPELIBATTR.cs
│   ├── VARDESC.cs
│   ├── VARFLAGS.cs
│   └── VARKIND.cs
├── System.Runtime.InteropServices.Expando
│   └── IExpando.cs
├── System.Runtime.InteropServices.TCEAdapterGen
│   ├── EventItfInfo.cs
│   ├── EventProviderWriter.cs
│   ├── EventSinkHelperWriter.cs
│   ├── NameSpaceExtractor.cs
│   └── TCEAdapterGenerator.cs
├── System.Runtime.Remoting
│   ├── ActivatedClientTypeEntry.cs
│   ├── ActivatedServiceTypeEntry.cs
│   ├── ChannelInfo.cs
│   ├── ComRedirectionProxy.cs
│   ├── CustomErrorsModes.cs
│   ├── DelayLoadClientChannelEntry.cs
│   ├── DomainSpecificRemotingData.cs
│   ├── DuplicateIdentityOption.cs
│   ├── DynamicTypeInfo.cs
│   ├── EnvoyInfo.cs
│   ├── __HResults.cs
│   ├── IChannelInfo.cs
│   ├── Identity.cs
│   ├── IdentityHolder.cs
│   ├── IdOps.cs
│   ├── IEnvoyInfo.cs
│   ├── InternalRemotingServices.cs
│   ├── IObjectHandle.cs
│   ├── IRemotingTypeInfo.cs
│   ├── ObjectHandle.cs
│   ├── ObjRef.cs
│   ├── RedirectionProxy.cs
│   ├── RemoteAppEntry.cs
│   ├── RemotingConfigHandler.cs
│   ├── RemotingConfiguration.cs
│   ├── RemotingException.cs
│   ├── RemotingServices.cs
│   ├── RemotingTimeoutException.cs
│   ├── ServerException.cs
│   ├── ServerIdentity.cs
│   ├── SoapServices.cs
│   ├── TypeEntry.cs
│   ├── TypeInfo.cs
│   ├── WellKnownClientTypeEntry.cs
│   ├── WellKnownObjectMode.cs
│   ├── WellKnownServiceTypeEntry.cs
│   └── XmlNamespaceEncoder.cs
├── System.Runtime.Remoting.Activation
│   ├── ActivationAttributeStack.cs
│   ├── ActivationListener.cs
│   ├── ActivationServices.cs
│   ├── ActivatorLevel.cs
│   ├── AppDomainLevelActivator.cs
│   ├── ConstructionLevelActivator.cs
│   ├── ContextLevelActivator.cs
│   ├── IActivator.cs
│   ├── IConstructionCallMessage.cs
│   ├── IConstructionReturnMessage.cs
│   ├── LocalActivator.cs
│   ├── RemotePropertyHolderAttribute.cs
│   ├── RemotingXmlConfigFileData.cs
│   ├── RemotingXmlConfigFileParser.cs
│   └── UrlAttribute.cs
├── System.Runtime.Remoting.Channels
│   ├── ADAsyncWorkItem.cs
│   ├── AggregateDictionary.cs
│   ├── AsyncMessageHelper.cs
│   ├── AsyncWorkItem.cs
│   ├── BaseChannelObjectWithProperties.cs
│   ├── BaseChannelSinkWithProperties.cs
│   ├── BaseChannelWithProperties.cs
│   ├── ChannelDataStore.cs
│   ├── ChannelServices.cs
│   ├── ChannelServicesData.cs
│   ├── ClientChannelSinkStack.cs
│   ├── CrossAppDomainChannel.cs
│   ├── CrossAppDomainData.cs
│   ├── CrossAppDomainSerializer.cs
│   ├── CrossAppDomainSink.cs
│   ├── CrossContextChannel.cs
│   ├── DictionaryEnumeratorByKeys.cs
│   ├── DispatchChannelSink.cs
│   ├── DispatchChannelSinkProvider.cs
│   ├── IChannel.cs
│   ├── IChannelDataStore.cs
│   ├── IChannelReceiver.cs
│   ├── IChannelReceiverHook.cs
│   ├── IChannelSender.cs
│   ├── IChannelSinkBase.cs
│   ├── IClientChannelSink.cs
│   ├── IClientChannelSinkProvider.cs
│   ├── IClientChannelSinkStack.cs
│   ├── IClientFormatterSink.cs
│   ├── IClientFormatterSinkProvider.cs
│   ├── IClientResponseChannelSinkStack.cs
│   ├── ISecurableChannel.cs
│   ├── IServerChannelSink.cs
│   ├── IServerChannelSinkProvider.cs
│   ├── IServerChannelSinkStack.cs
│   ├── IServerFormatterSinkProvider.cs
│   ├── IServerResponseChannelSinkStack.cs
│   ├── ITransportHeaders.cs
│   ├── Perf_Contexts.cs
│   ├── RegisteredChannel.cs
│   ├── RegisteredChannelList.cs
│   ├── RemotingProfilerEvent.cs
│   ├── ServerAsyncReplyTerminatorSink.cs
│   ├── ServerChannelSinkStack.cs
│   ├── ServerProcessing.cs
│   ├── SinkProviderData.cs
│   └── TransportHeaders.cs
├── System.Runtime.Remoting.Contexts
│   ├── ArrayWithSize.cs
│   ├── CallBackHelper.cs
│   ├── ContextAttribute.cs
│   ├── Context.cs
│   ├── ContextProperty.cs
│   ├── CrossContextDelegate.cs
│   ├── DynamicPropertyHolder.cs
│   ├── IContextAttribute.cs
│   ├── IContextPropertyActivator.cs
│   ├── IContextProperty.cs
│   ├── IContributeClientContextSink.cs
│   ├── IContributeDynamicSink.cs
│   ├── IContributeEnvoySink.cs
│   ├── IContributeObjectSink.cs
│   ├── IContributeServerContextSink.cs
│   ├── IDynamicMessageSink.cs
│   ├── IDynamicProperty.cs
│   ├── SynchronizationAttribute.cs
│   ├── SynchronizedClientContextSink.cs
│   ├── SynchronizedServerContextSink.cs
│   └── WorkItem.cs
├── System.Runtime.Remoting.Lifetime
│   ├── ClientSponsor.cs
│   ├── ILease.cs
│   ├── ISponsor.cs
│   ├── Lease.cs
│   ├── LeaseLifeTimeServiceProperty.cs
│   ├── LeaseManager.cs
│   ├── LeaseSink.cs
│   ├── LeaseState.cs
│   └── LifetimeServices.cs
├── System.Runtime.Remoting.Messaging
│   ├── ArgMapper.cs
│   ├── AsyncReplySink.cs
│   ├── AsyncResult.cs
│   ├── CallContext.cs
│   ├── CallContextRemotingData.cs
│   ├── CallContextSecurityData.cs
│   ├── CCMDictionary.cs
│   ├── ClientAsyncReplyTerminatorSink.cs
│   ├── ClientContextTerminatorSink.cs
│   ├── ConstructionCall.cs
│   ├── ConstructionResponse.cs
│   ├── ConstructorCallMessage.cs
│   ├── ConstructorReturnMessage.cs
│   ├── CRMDictionary.cs
│   ├── DisposeSink.cs
│   ├── EnvoyTerminatorSink.cs
│   ├── ErrorMessage.cs
│   ├── Header.cs
│   ├── HeaderHandler.cs
│   ├── IInternalMessage.cs
│   ├── IllogicalCallContext.cs
│   ├── ILogicalThreadAffinative.cs
│   ├── IMessage.cs
│   ├── IMessageCtrl.cs
│   ├── IMessageSink.cs
│   ├── IMethodCallMessage.cs
│   ├── IMethodMessage.cs
│   ├── IMethodReturnMessage.cs
│   ├── InternalMessageWrapper.cs
│   ├── InternalSink.cs
│   ├── IRemotingFormatter.cs
│   ├── ISerializationRootObject.cs
│   ├── LogicalCallContext.cs
│   ├── MCMDictionary.cs
│   ├── Message.cs
│   ├── MessageDictionary.cs
│   ├── MessageDictionaryEnumerator.cs
│   ├── MessageSmuggler.cs
│   ├── MessageSurrogate.cs
│   ├── MessageSurrogateFilter.cs
│   ├── MethodCall.cs
│   ├── MethodCallMessageWrapper.cs
│   ├── MethodResponse.cs
│   ├── MethodReturnMessageWrapper.cs
│   ├── MRMDictionary.cs
│   ├── ObjRefSurrogate.cs
│   ├── OneWayAttribute.cs
│   ├── RemotingSurrogate.cs
│   ├── RemotingSurrogateSelector.cs
│   ├── ReturnMessage.cs
│   ├── SerializationMonkey.cs
│   ├── ServerContextTerminatorSink.cs
│   ├── ServerObjectTerminatorSink.cs
│   ├── SmuggledMethodCallMessage.cs
│   ├── SmuggledMethodReturnMessage.cs
│   ├── SmuggledObjRef.cs
│   ├── SoapMessageSurrogate.cs
│   ├── StackBasedReturnMessage.cs
│   ├── StackBuilderSink.cs
│   └── TransitionCall.cs
├── System.Runtime.Remoting.Metadata
│   ├── RemotingCachedData.cs
│   ├── RemotingMethodCachedData.cs
│   ├── RemotingTypeCachedData.cs
│   ├── SoapAttribute.cs
│   ├── SoapFieldAttribute.cs
│   ├── SoapMethodAttribute.cs
│   ├── SoapOption.cs
│   ├── SoapParameterAttribute.cs
│   ├── SoapTypeAttribute.cs
│   └── XmlFieldOrderOption.cs
├── System.Runtime.Remoting.Metadata.W3cXsd2001
│   ├── ISoapXsd.cs
│   ├── SoapAnyUri.cs
│   ├── SoapBase64Binary.cs
│   ├── SoapDate.cs
│   ├── SoapDateTime.cs
│   ├── SoapDay.cs
│   ├── SoapDuration.cs
│   ├── SoapEntities.cs
│   ├── SoapEntity.cs
│   ├── SoapHexBinary.cs
│   ├── SoapId.cs
│   ├── SoapIdref.cs
│   ├── SoapIdrefs.cs
│   ├── SoapInteger.cs
│   ├── SoapLanguage.cs
│   ├── SoapMonth.cs
│   ├── SoapMonthDay.cs
│   ├── SoapName.cs
│   ├── SoapNcName.cs
│   ├── SoapNegativeInteger.cs
│   ├── SoapNmtoken.cs
│   ├── SoapNmtokens.cs
│   ├── SoapNonNegativeInteger.cs
│   ├── SoapNonPositiveInteger.cs
│   ├── SoapNormalizedString.cs
│   ├── SoapNotation.cs
│   ├── SoapPositiveInteger.cs
│   ├── SoapQName.cs
│   ├── SoapTime.cs
│   ├── SoapToken.cs
│   ├── SoapType.cs
│   ├── SoapYear.cs
│   └── SoapYearMonth.cs
├── System.Runtime.Remoting.Proxies
│   ├── AgileAsyncWorkerItem.cs
│   ├── CallType.cs
│   ├── MessageData.cs
│   ├── ProxyAttribute.cs
│   ├── RealProxy.cs
│   ├── RealProxyFlags.cs
│   ├── RemotingProxy.cs
│   └── __TransparentProxy.cs
├── System.Runtime.Remoting.Services
│   ├── EnterpriseServicesHelper.cs
│   ├── ITrackingHandler.cs
│   └── TrackingServices.cs
├── System.Runtime.Serialization
│   ├── DeserializationEventHandler.cs
│   ├── FixupHolder.cs
│   ├── FixupHolderList.cs
│   ├── FormatterConverter.cs
│   ├── Formatter.cs
│   ├── FormatterServices.cs
│   ├── IDeserializationCallback.cs
│   ├── IFormatterConverter.cs
│   ├── IFormatter.cs
│   ├── IObjectReference.cs
│   ├── ISafeSerializationData.cs
│   ├── ISerializable.cs
│   ├── ISerializationSurrogate.cs
│   ├── ISurrogateSelector.cs
│   ├── LongList.cs
│   ├── MemberHolder.cs
│   ├── ObjectCloneHelper.cs
│   ├── ObjectHolder.cs
│   ├── ObjectHolderList.cs
│   ├── ObjectHolderListEnumerator.cs
│   ├── ObjectIDGenerator.cs
│   ├── ObjectManager.cs
│   ├── OnDeserializedAttribute.cs
│   ├── OnDeserializingAttribute.cs
│   ├── OnSerializedAttribute.cs
│   ├── OnSerializingAttribute.cs
│   ├── OptionalFieldAttribute.cs
│   ├── SafeSerializationEventArgs.cs
│   ├── SafeSerializationManager.cs
│   ├── SerializationBinder.cs
│   ├── SerializationEntry.cs
│   ├── SerializationEventHandler.cs
│   ├── SerializationEventsCache.cs
│   ├── SerializationEvents.cs
│   ├── SerializationException.cs
│   ├── SerializationFieldInfo.cs
│   ├── SerializationInfo.cs
│   ├── SerializationInfoEnumerator.cs
│   ├── SerializationObjectManager.cs
│   ├── StreamingContext.cs
│   ├── StreamingContextStates.cs
│   ├── SurrogateForCyclicalReference.cs
│   ├── SurrogateHashtable.cs
│   ├── SurrogateKey.cs
│   ├── SurrogateSelector.cs
│   ├── TypeLoadExceptionHolder.cs
│   └── ValueTypeFixupInfo.cs
├── System.Runtime.Serialization.Formatters
│   ├── FormatterAssemblyStyle.cs
│   ├── FormatterTypeStyle.cs
│   ├── IFieldInfo.cs
│   ├── InternalRM.cs
│   ├── InternalST.cs
│   ├── ISoapMessage.cs
│   ├── SerTrace.cs
│   ├── ServerFault.cs
│   ├── SoapFault.cs
│   ├── SoapMessage.cs
│   └── TypeFilterLevel.cs
├── System.Runtime.Serialization.Formatters.Binary
│   ├── BinaryArray.cs
│   ├── BinaryArrayTypeEnum.cs
│   ├── BinaryAssembly.cs
│   ├── BinaryAssemblyInfo.cs
│   ├── BinaryConverter.cs
│   ├── BinaryCrossAppDomainAssembly.cs
│   ├── BinaryCrossAppDomainMap.cs
│   ├── BinaryCrossAppDomainString.cs
│   ├── BinaryFormatter.cs
│   ├── BinaryHeaderEnum.cs
│   ├── BinaryMethodCall.cs
│   ├── BinaryMethodCallMessage.cs
│   ├── BinaryMethodReturn.cs
│   ├── BinaryMethodReturnMessage.cs
│   ├── BinaryObject.cs
│   ├── BinaryObjectString.cs
│   ├── BinaryObjectWithMap.cs
│   ├── BinaryObjectWithMapTyped.cs
│   ├── __BinaryParser.cs
│   ├── BinaryTypeEnum.cs
│   ├── BinaryUtil.cs
│   ├── __BinaryWriter.cs
│   ├── Converter.cs
│   ├── InternalArrayTypeE.cs
│   ├── InternalElementTypeE.cs
│   ├── InternalFE.cs
│   ├── InternalMemberTypeE.cs
│   ├── InternalMemberValueE.cs
│   ├── InternalNameSpaceE.cs
│   ├── InternalObjectPositionE.cs
│   ├── InternalObjectTypeE.cs
│   ├── InternalParseStateE.cs
│   ├── InternalParseTypeE.cs
│   ├── InternalPrimitiveTypeE.cs
│   ├── InternalSerializerTypeE.cs
│   ├── IntSizedArray.cs
│   ├── IOUtil.cs
│   ├── IStreamable.cs
│   ├── MemberPrimitiveTyped.cs
│   ├── MemberPrimitiveUnTyped.cs
│   ├── MemberReference.cs
│   ├── MessageEnd.cs
│   ├── MessageEnum.cs
│   ├── NameCache.cs
│   ├── NameInfo.cs
│   ├── ObjectMap.cs
│   ├── ObjectMapInfo.cs
│   ├── ObjectNull.cs
│   ├── ObjectProgress.cs
│   ├── ObjectReader.cs
│   ├── ObjectWriter.cs
│   ├── ParseRecord.cs
│   ├── PrimitiveArray.cs
│   ├── ReadObjectInfo.cs
│   ├── SerializationHeaderRecord.cs
│   ├── SerObjectInfoCache.cs
│   ├── SerObjectInfoInit.cs
│   ├── SerStack.cs
│   ├── SizedArray.cs
│   ├── SoapAttributeType.cs
│   ├── TypeInformation.cs
│   ├── ValueFixup.cs
│   ├── ValueFixupEnum.cs
│   └── WriteObjectInfo.cs
├── System.Runtime.Versioning
│   ├── ComponentGuaranteesAttribute.cs
│   ├── ComponentGuaranteesOptions.cs
│   ├── MultitargetingHelpers.cs
│   ├── ResourceConsumptionAttribute.cs
│   ├── ResourceExposureAttribute.cs
│   ├── ResourceScope.cs
│   ├── SxSRequirements.cs
│   ├── TargetFrameworkAttribute.cs
│   └── VersioningHelper.cs
├── System.Security
│   ├── AllowPartiallyTrustedCallersAttribute.cs
│   ├── BuiltInPermissionSets.cs
│   ├── CodeAccessPermission.cs
│   ├── CodeAccessSecurityEngine.cs
│   ├── DynamicSecurityMethodAttribute.cs
│   ├── FrameSecurityDescriptor.cs
│   ├── HostProtectionException.cs
│   ├── HostSecurityManager.cs
│   ├── HostSecurityManagerOptions.cs
│   ├── IEvidenceFactory.cs
│   ├── IPermission.cs
│   ├── ISecurityElementFactory.cs
│   ├── ISecurityEncodable.cs
│   ├── ISecurityPolicyEncodable.cs
│   ├── IStackWalk.cs
│   ├── NamedPermissionSet.cs
│   ├── PartialTrustVisibilityLevel.cs
│   ├── PermissionListSet.cs
│   ├── PermissionSet.cs
│   ├── PermissionSetEnumerator.cs
│   ├── PermissionSetEnumeratorInternal.cs
│   ├── PermissionSetTriple.cs
│   ├── PermissionToken.cs
│   ├── PermissionTokenFactory.cs
│   ├── PermissionTokenKeyComparer.cs
│   ├── PermissionTokenType.cs
│   ├── PermissionType.cs
│   ├── PolicyLevelType.cs
│   ├── PolicyManager.cs
│   ├── ReadOnlyPermissionSet.cs
│   ├── ReadOnlyPermissionSetEnumerator.cs
│   ├── SafeBSTRHandle.cs
│   ├── SecureString.cs
│   ├── SecurityContext.cs
│   ├── SecurityContextDisableFlow.cs
│   ├── SecurityContextSource.cs
│   ├── SecurityContextSwitcher.cs
│   ├── SecurityCriticalAttribute.cs
│   ├── SecurityCriticalScope.cs
│   ├── SecurityDocument.cs
│   ├── SecurityDocumentElement.cs
│   ├── SecurityElement.cs
│   ├── SecurityElementType.cs
│   ├── SecurityException.cs
│   ├── SecurityManager.cs
│   ├── SecurityRulesAttribute.cs
│   ├── SecurityRuleSet.cs
│   ├── SecurityRuntime.cs
│   ├── SecuritySafeCriticalAttribute.cs
│   ├── SecurityState.cs
│   ├── SecurityTransparentAttribute.cs
│   ├── SecurityTreatAsSafeAttribute.cs
│   ├── SecurityZone.cs
│   ├── SpecialPermissionSetFlag.cs
│   ├── SuppressUnmanagedCodeSecurityAttribute.cs
│   ├── UnverifiableCodeAttribute.cs
│   ├── VerificationException.cs
│   ├── WindowsImpersonationFlowMode.cs
│   └── XmlSyntaxException.cs
├── System.Security.AccessControl
│   ├── AccessControlActions.cs
│   ├── AccessControlModification.cs
│   ├── AccessControlSections.cs
│   ├── AccessControlType.cs
│   ├── AccessRule!1.cs
│   ├── AccessRule.cs
│   ├── AceEnumerator.cs
│   ├── AceFlags.cs
│   ├── AceQualifier.cs
│   ├── AceType.cs
│   ├── AuditFlags.cs
│   ├── AuditRule!1.cs
│   ├── AuditRule.cs
│   ├── AuthorizationRuleCollection.cs
│   ├── AuthorizationRule.cs
│   ├── CommonAce.cs
│   ├── CommonAcl.cs
│   ├── CommonObjectSecurity.cs
│   ├── CommonSecurityDescriptor.cs
│   ├── CompoundAce.cs
│   ├── CompoundAceType.cs
│   ├── ControlFlags.cs
│   ├── CryptoKeyAccessRule.cs
│   ├── CryptoKeyAuditRule.cs
│   ├── CryptoKeyRights.cs
│   ├── CryptoKeySecurity.cs
│   ├── CustomAce.cs
│   ├── DirectoryObjectSecurity.cs
│   ├── DirectorySecurity.cs
│   ├── DiscretionaryAcl.cs
│   ├── EventWaitHandleAccessRule.cs
│   ├── EventWaitHandleAuditRule.cs
│   ├── EventWaitHandleRights.cs
│   ├── EventWaitHandleSecurity.cs
│   ├── FileSecurity.cs
│   ├── FileSystemAccessRule.cs
│   ├── FileSystemAuditRule.cs
│   ├── FileSystemRights.cs
│   ├── FileSystemSecurity.cs
│   ├── GenericAce.cs
│   ├── GenericAcl.cs
│   ├── GenericSecurityDescriptor.cs
│   ├── InheritanceFlags.cs
│   ├── KnownAce.cs
│   ├── MutexAccessRule.cs
│   ├── MutexAuditRule.cs
│   ├── MutexRights.cs
│   ├── MutexSecurity.cs
│   ├── NativeObjectSecurity.cs
│   ├── ObjectAccessRule.cs
│   ├── ObjectAce.cs
│   ├── ObjectAceFlags.cs
│   ├── ObjectAuditRule.cs
│   ├── ObjectSecurity!1.cs
│   ├── ObjectSecurity.cs
│   ├── Privilege.cs
│   ├── PrivilegeNotHeldException.cs
│   ├── PropagationFlags.cs
│   ├── QualifiedAce.cs
│   ├── RawAcl.cs
│   ├── RawSecurityDescriptor.cs
│   ├── RegistryAccessRule.cs
│   ├── RegistryAuditRule.cs
│   ├── RegistryRights.cs
│   ├── RegistrySecurity.cs
│   ├── ResourceType.cs
│   ├── SecurityInfos.cs
│   ├── SystemAcl.cs
│   └── Win32.cs
├── System.Security.Cryptography
│   ├── Aes.cs
│   ├── AsymmetricAlgorithm.cs
│   ├── AsymmetricKeyExchangeDeformatter.cs
│   ├── AsymmetricKeyExchangeFormatter.cs
│   ├── AsymmetricSignatureDeformatter.cs
│   ├── AsymmetricSignatureFormatter.cs
│   ├── CipherMode.cs
│   ├── Constants.cs
│   ├── CryptoAPITransform.cs
│   ├── CryptoAPITransformMode.cs
│   ├── CryptoConfig.cs
│   ├── CryptographicException.cs
│   ├── CryptographicUnexpectedOperationException.cs
│   ├── CryptoStream.cs
│   ├── CryptoStreamMode.cs
│   ├── CspAlgorithmType.cs
│   ├── CspKeyContainerInfo.cs
│   ├── CspParameters.cs
│   ├── CspProviderFlags.cs
│   ├── DeriveBytes.cs
│   ├── DESCryptoServiceProvider.cs
│   ├── DES.cs
│   ├── DSACryptoServiceProvider.cs
│   ├── DSA.cs
│   ├── DSACspObject.cs
│   ├── DSAParameters.cs
│   ├── DSASignatureDeformatter.cs
│   ├── DSASignatureDescription.cs
│   ├── DSASignatureFormatter.cs
│   ├── FromBase64Transform.cs
│   ├── FromBase64TransformMode.cs
│   ├── HashAlgorithm.cs
│   ├── HMAC.cs
│   ├── HMACMD5.cs
│   ├── HMACRIPEMD160.cs
│   ├── HMACSHA1.cs
│   ├── HMACSHA256.cs
│   ├── HMACSHA384.cs
│   ├── HMACSHA512.cs
│   ├── ICryptoTransform.cs
│   ├── ICspAsymmetricAlgorithm.cs
│   ├── KeyedHashAlgorithm.cs
│   ├── KeyNumber.cs
│   ├── KeySizes.cs
│   ├── MACTripleDES.cs
│   ├── MaskGenerationMethod.cs
│   ├── MD5CryptoServiceProvider.cs
│   ├── MD5.cs
│   ├── PaddingMode.cs
│   ├── PasswordDeriveBytes.cs
│   ├── PKCS1MaskGenerationMethod.cs
│   ├── RandomNumberGenerator.cs
│   ├── RC2CryptoServiceProvider.cs
│   ├── RC2.cs
│   ├── Rfc2898DeriveBytes.cs
│   ├── Rijndael.cs
│   ├── RijndaelManaged.cs
│   ├── RijndaelManagedTransform.cs
│   ├── RijndaelManagedTransformMode.cs
│   ├── RIPEMD160.cs
│   ├── RIPEMD160Managed.cs
│   ├── RNGCryptoServiceProvider.cs
│   ├── RSACryptoServiceProvider.cs
│   ├── RSA.cs
│   ├── RSACspObject.cs
│   ├── RSAOAEPKeyExchangeDeformatter.cs
│   ├── RSAOAEPKeyExchangeFormatter.cs
│   ├── RSAParameters.cs
│   ├── RSAPKCS1KeyExchangeDeformatter.cs
│   ├── RSAPKCS1KeyExchangeFormatter.cs
│   ├── RSAPKCS1SHA1SignatureDescription.cs
│   ├── RSAPKCS1SignatureDeformatter.cs
│   ├── RSAPKCS1SignatureFormatter.cs
│   ├── SafeHashHandle.cs
│   ├── SafeKeyHandle.cs
│   ├── SafeProvHandle.cs
│   ├── SHA1CryptoServiceProvider.cs
│   ├── SHA1.cs
│   ├── SHA1Managed.cs
│   ├── SHA256.cs
│   ├── SHA256Managed.cs
│   ├── SHA384.cs
│   ├── SHA384Managed.cs
│   ├── SHA512.cs
│   ├── SHA512Managed.cs
│   ├── SignatureDescription.cs
│   ├── SymmetricAlgorithm.cs
│   ├── TailStream.cs
│   ├── ToBase64Transform.cs
│   ├── TripleDESCryptoServiceProvider.cs
│   ├── TripleDES.cs
│   └── Utils.cs
├── System.Security.Cryptography.X509Certificates
│   ├── SafeCertContextHandle.cs
│   ├── SafeCertStoreHandle.cs
│   ├── X509Certificate.cs
│   ├── X509Constants.cs
│   ├── X509ContentType.cs
│   ├── X509KeyStorageFlags.cs
│   └── X509Utils.cs
├── System.Security.Permissions
│   ├── BuiltInPermissionFlag.cs
│   ├── BuiltInPermissionIndex.cs
│   ├── CodeAccessSecurityAttribute.cs
│   ├── EnvironmentPermissionAccess.cs
│   ├── EnvironmentPermissionAttribute.cs
│   ├── EnvironmentPermission.cs
│   ├── EnvironmentStringExpressionSet.cs
│   ├── FileDialogPermissionAccess.cs
│   ├── FileDialogPermissionAttribute.cs
│   ├── FileDialogPermission.cs
│   ├── FileIOAccess.cs
│   ├── FileIOPermissionAccess.cs
│   ├── FileIOPermissionAttribute.cs
│   ├── FileIOPermission.cs
│   ├── GacIdentityPermissionAttribute.cs
│   ├── GacIdentityPermission.cs
│   ├── HostProtectionAttribute.cs
│   ├── HostProtectionPermission.cs
│   ├── HostProtectionResource.cs
│   ├── IBuiltInPermission.cs
│   ├── IDRole.cs
│   ├── IsolatedStorageContainment.cs
│   ├── IsolatedStorageFilePermissionAttribute.cs
│   ├── IsolatedStorageFilePermission.cs
│   ├── IsolatedStoragePermissionAttribute.cs
│   ├── IsolatedStoragePermission.cs
│   ├── IUnrestrictedPermission.cs
│   ├── KeyContainerPermissionAccessEntryCollection.cs
│   ├── KeyContainerPermissionAccessEntry.cs
│   ├── KeyContainerPermissionAccessEntryEnumerator.cs
│   ├── KeyContainerPermissionAttribute.cs
│   ├── KeyContainerPermission.cs
│   ├── KeyContainerPermissionFlags.cs
│   ├── PermissionSetAttribute.cs
│   ├── PermissionState.cs
│   ├── PrincipalPermissionAttribute.cs
│   ├── PrincipalPermission.cs
│   ├── PublisherIdentityPermissionAttribute.cs
│   ├── PublisherIdentityPermission.cs
│   ├── ReflectionPermissionAttribute.cs
│   ├── ReflectionPermission.cs
│   ├── ReflectionPermissionFlag.cs
│   ├── RegistryPermissionAccess.cs
│   ├── RegistryPermissionAttribute.cs
│   ├── RegistryPermission.cs
│   ├── SecurityAction.cs
│   ├── SecurityAttribute.cs
│   ├── SecurityPermissionAttribute.cs
│   ├── SecurityPermission.cs
│   ├── SecurityPermissionFlag.cs
│   ├── SiteIdentityPermissionAttribute.cs
│   ├── SiteIdentityPermission.cs
│   ├── StrongName2.cs
│   ├── StrongNameIdentityPermissionAttribute.cs
│   ├── StrongNameIdentityPermission.cs
│   ├── StrongNamePublicKeyBlob.cs
│   ├── UIPermissionAttribute.cs
│   ├── UIPermissionClipboard.cs
│   ├── UIPermission.cs
│   ├── UIPermissionWindow.cs
│   ├── UrlIdentityPermissionAttribute.cs
│   ├── UrlIdentityPermission.cs
│   ├── ZoneIdentityPermissionAttribute.cs
│   └── ZoneIdentityPermission.cs
├── System.Security.Policy
│   ├── AllMembershipCondition.cs
│   ├── AppDomainEvidenceFactory.cs
│   ├── ApplicationDirectory.cs
│   ├── ApplicationDirectoryMembershipCondition.cs
│   ├── ApplicationSecurityInfo.cs
│   ├── ApplicationSecurityManager.cs
│   ├── ApplicationTrustCollection.cs
│   ├── ApplicationTrust.cs
│   ├── ApplicationTrustEnumerator.cs
│   ├── ApplicationVersionMatch.cs
│   ├── AssemblyEvidenceFactory.cs
│   ├── CodeConnectAccess.cs
│   ├── CodeGroup.cs
│   ├── CodeGroupPositionMarker.cs
│   ├── CodeGroupStack.cs
│   ├── CodeGroupStackFrame.cs
│   ├── ConfigId.cs
│   ├── EvidenceBase.cs
│   ├── Evidence.cs
│   ├── EvidenceTypeDescriptor.cs
│   ├── EvidenceTypeGenerated.cs
│   ├── FileCodeGroup.cs
│   ├── FirstMatchCodeGroup.cs
│   ├── GacInstalled.cs
│   ├── GacMembershipCondition.cs
│   ├── Hash.cs
│   ├── HashMembershipCondition.cs
│   ├── IApplicationTrustManager.cs
│   ├── IConstantMembershipCondition.cs
│   ├── IDelayEvaluatedEvidence.cs
│   ├── IIdentityPermissionFactory.cs
│   ├── ILegacyEvidenceAdapter.cs
│   ├── IMembershipCondition.cs
│   ├── IReportMatchMembershipCondition.cs
│   ├── IRuntimeEvidenceFactory.cs
│   ├── IUnionSemanticCodeGroup.cs
│   ├── LegacyEvidenceList.cs
│   ├── LegacyEvidenceWrapper.cs
│   ├── NetCodeGroup.cs
│   ├── PEFileEvidenceFactory.cs
│   ├── PermissionRequestEvidence.cs
│   ├── PolicyException.cs
│   ├── PolicyLevel.cs
│   ├── PolicyStatementAttribute.cs
│   ├── PolicyStatement.cs
│   ├── Publisher.cs
│   ├── PublisherMembershipCondition.cs
│   ├── Site.cs
│   ├── SiteMembershipCondition.cs
│   ├── StrongName.cs
│   ├── StrongNameMembershipCondition.cs
│   ├── TrustManagerContext.cs
│   ├── TrustManagerUIContext.cs
│   ├── UnionCodeGroup.cs
│   ├── Url.cs
│   ├── UrlMembershipCondition.cs
│   ├── Zone.cs
│   └── ZoneMembershipCondition.cs
├── System.Security.Principal
│   ├── GenericIdentity.cs
│   ├── GenericPrincipal.cs
│   ├── IdentifierAuthority.cs
│   ├── IdentityNotMappedException.cs
│   ├── IdentityReferenceCollection.cs
│   ├── IdentityReference.cs
│   ├── IdentityReferenceEnumerator.cs
│   ├── IIdentity.cs
│   ├── ImpersonationQueryResult.cs
│   ├── IPrincipal.cs
│   ├── KerbLogonSubmitType.cs
│   ├── NTAccount.cs
│   ├── PolicyRights.cs
│   ├── PrincipalPolicy.cs
│   ├── SecurityIdentifier.cs
│   ├── SecurityLogonType.cs
│   ├── SidNameUse.cs
│   ├── TokenAccessLevels.cs
│   ├── TokenImpersonationLevel.cs
│   ├── TokenInformationClass.cs
│   ├── TokenType.cs
│   ├── WellKnownSidType.cs
│   ├── Win32.cs
│   ├── WindowsAccountType.cs
│   ├── WindowsBuiltInRole.cs
│   ├── WindowsIdentity.cs
│   ├── WindowsImpersonationContext.cs
│   ├── WindowsPrincipal.cs
│   └── WinSecurityContext.cs
├── System.Security.Util
│   ├── Config.cs
│   ├── DirectoryString.cs
│   ├── Hex.cs
│   ├── LocalSiteString.cs
│   ├── Parser.cs
│   ├── QuickCacheEntryType.cs
│   ├── SiteString.cs
│   ├── StringExpressionSet.cs
│   ├── TokenBasedSet.cs
│   ├── TokenBasedSetEnumerator.cs
│   ├── Tokenizer.cs
│   ├── TokenizerShortBlock.cs
│   ├── TokenizerStream.cs
│   ├── TokenizerStringBlock.cs
│   ├── URLString.cs
│   └── XMLUtil.cs
├── System.StubHelpers
│   ├── AnsiBSTRMarshaler.cs
│   ├── AnsiCharMarshaler.cs
│   ├── AsAnyMarshaler.cs
│   ├── BSTRMarshaler.cs
│   ├── CleanupWorkList.cs
│   ├── CleanupWorkListElement.cs
│   ├── CopyCtorStubCookie.cs
│   ├── CopyCtorStubDesc.cs
│   ├── CSTRMarshaler.cs
│   ├── DateMarshaler.cs
│   ├── InterfaceMarshaler.cs
│   ├── MngdNativeArrayMarshaler.cs
│   ├── MngdRefCustomMarshaler.cs
│   ├── MngdSafeArrayMarshaler.cs
│   ├── NativeVariant.cs
│   ├── ObjectMarshaler.cs
│   ├── StubHelpers.cs
│   ├── ValueClassMarshaler.cs
│   ├── VBByValStrMarshaler.cs
│   └── WSTRBufferMarshaler.cs
├── System.Text
│   ├── ASCIIEncoding.cs
│   ├── BaseCodePageEncoding.cs
│   ├── CodePageEncoding.cs
│   ├── DBCSCodePageEncoding.cs
│   ├── Decoder.cs
│   ├── DecoderExceptionFallbackBuffer.cs
│   ├── DecoderExceptionFallback.cs
│   ├── DecoderFallbackBuffer.cs
│   ├── DecoderFallback.cs
│   ├── DecoderFallbackException.cs
│   ├── DecoderNLS.cs
│   ├── DecoderReplacementFallbackBuffer.cs
│   ├── DecoderReplacementFallback.cs
│   ├── Encoder.cs
│   ├── EncoderExceptionFallbackBuffer.cs
│   ├── EncoderExceptionFallback.cs
│   ├── EncoderFallbackBuffer.cs
│   ├── EncoderFallback.cs
│   ├── EncoderFallbackException.cs
│   ├── EncoderNLS.cs
│   ├── EncoderReplacementFallbackBuffer.cs
│   ├── EncoderReplacementFallback.cs
│   ├── Encoding.cs
│   ├── EncodingInfo.cs
│   ├── EncodingNLS.cs
│   ├── EUCJPEncoding.cs
│   ├── ExtendedNormalizationForms.cs
│   ├── GB18030Encoding.cs
│   ├── InternalDecoderBestFitFallbackBuffer.cs
│   ├── InternalDecoderBestFitFallback.cs
│   ├── InternalEncoderBestFitFallbackBuffer.cs
│   ├── InternalEncoderBestFitFallback.cs
│   ├── ISCIIEncoding.cs
│   ├── ISO2022Encoding.cs
│   ├── Latin1Encoding.cs
│   ├── MLangCodePageEncoding.cs
│   ├── Normalization.cs
│   ├── NormalizationForm.cs
│   ├── SBCSCodePageEncoding.cs
│   ├── StringBuilder.cs
│   ├── SurrogateEncoder.cs
│   ├── UnicodeEncoding.cs
│   ├── UTF32Encoding.cs
│   ├── UTF7Encoding.cs
│   └── UTF8Encoding.cs
├── System.Threading
│   ├── AbandonedMutexException.cs
│   ├── ApartmentState.cs
│   ├── AsyncFlowControl.cs
│   ├── AutoResetEvent.cs
│   ├── CancellationCallbackCoreWorkArguments.cs
│   ├── CancellationCallbackInfo.cs
│   ├── CancellationToken.cs
│   ├── CancellationTokenRegistration.cs
│   ├── CancellationTokenSource.cs
│   ├── CdsSyncEtwBCLProvider.cs
│   ├── CompressedStack.cs
│   ├── CompressedStackSwitcher.cs
│   ├── ContextCallback.cs
│   ├── CountdownEvent.cs
│   ├── DomainCompressedStack.cs
│   ├── EventResetMode.cs
│   ├── EventWaitHandle.cs
│   ├── ExceptionType.cs
│   ├── ExecutionContext.cs
│   ├── ExecutionContextSwitcher.cs
│   ├── HostExecutionContext.cs
│   ├── HostExecutionContextManager.cs
│   ├── HostExecutionContextSwitcher.cs
│   ├── Interlocked.cs
│   ├── InternalCrossContextDelegate.cs
│   ├── _IOCompletionCallback.cs
│   ├── IOCompletionCallback.cs
│   ├── IThreadPoolWorkItem.cs
│   ├── IUnknownSafeHandle.cs
│   ├── LazyInitializer.cs
│   ├── LazyThreadSafetyMode.cs
│   ├── LockCookie.cs
│   ├── LockRecursionException.cs
│   ├── ManualResetEvent.cs
│   ├── ManualResetEventSlim.cs
│   ├── Monitor.cs
│   ├── Mutex.cs
│   ├── NativeOverlapped.cs
│   ├── Overlapped.cs
│   ├── OverlappedDataCache.cs
│   ├── OverlappedDataCacheLine.cs
│   ├── OverlappedData.cs
│   ├── ParameterizedThreadStart.cs
│   ├── PlatformHelper.cs
│   ├── QueueUserWorkItemCallback.cs
│   ├── ReaderWriterLock.cs
│   ├── RegisteredWaitHandle.cs
│   ├── RegisteredWaitHandleSafe.cs
│   ├── SafeCompressedStackHandle.cs
│   ├── SemaphoreFullException.cs
│   ├── SemaphoreSlim.cs
│   ├── SendOrPostCallback.cs
│   ├── SparselyPopulatedArray!1.cs
│   ├── SparselyPopulatedArrayAddInfo!1.cs
│   ├── SparselyPopulatedArrayFragment!1.cs
│   ├── SpinLock.cs
│   ├── SpinWait.cs
│   ├── StackCrawlMark.cs
│   ├── SynchronizationContext.cs
│   ├── SynchronizationContextProperties.cs
│   ├── SynchronizationContextSwitcher.cs
│   ├── SynchronizationLockException.cs
│   ├── SystemThreading_ThreadLocalDebugView!1.cs
│   ├── ThreadAbortException.cs
│   ├── Thread.cs
│   ├── ThreadHandle.cs
│   ├── ThreadHelper.cs
│   ├── ThreadInterruptedException.cs
│   ├── ThreadLocal!1.cs
│   ├── ThreadLocalGlobalCounter.cs
│   ├── ThreadPool.cs
│   ├── ThreadPoolGlobals.cs
│   ├── ThreadPoolRequestQueue.cs
│   ├── _ThreadPoolWaitCallback.cs
│   ├── _ThreadPoolWaitOrTimerCallback.cs
│   ├── ThreadPoolWorkQueue.cs
│   ├── ThreadPoolWorkQueueThreadLocals.cs
│   ├── ThreadPriority.cs
│   ├── ThreadStart.cs
│   ├── ThreadStartException.cs
│   ├── ThreadState.cs
│   ├── ThreadStateException.cs
│   ├── Timeout.cs
│   ├── TimerBase.cs
│   ├── _TimerCallback.cs
│   ├── TimerCallback.cs
│   ├── Timer.cs
│   ├── TplEtwProvider.cs
│   ├── WaitCallback.cs
│   ├── WaitDelegate.cs
│   ├── WaitHandleCannotBeOpenedException.cs
│   ├── WaitHandle.cs
│   └── WaitOrTimerCallback.cs
├── System.Threading.Tasks
│   ├── IndexRange.cs
│   ├── InternalTaskOptions.cs
│   ├── Parallel.cs
│   ├── ParallelForReplicaTask.cs
│   ├── ParallelForReplicatingTask.cs
│   ├── ParallelLoopResult.cs
│   ├── ParallelLoopState32.cs
│   ├── ParallelLoopState64.cs
│   ├── ParallelLoopState.cs
│   ├── ParallelLoopStateFlags32.cs
│   ├── ParallelLoopStateFlags64.cs
│   ├── ParallelLoopStateFlags.cs
│   ├── ParallelOptions.cs
│   ├── RangeManager.cs
│   ├── RangeWorker.cs
│   ├── Shared!1.cs
│   ├── StackGuard.cs
│   ├── SynchronizationContextTaskScheduler.cs
│   ├── SystemThreadingTasks_FutureDebugView!1.cs
│   ├── SystemThreadingTasks_TaskDebugView.cs
│   ├── Task!1.cs
│   ├── TaskCanceledException.cs
│   ├── TaskCompletionSource!1.cs
│   ├── TaskContinuationOptions.cs
│   ├── TaskCreationOptions.cs
│   ├── Task.cs
│   ├── TaskExceptionHolder.cs
│   ├── TaskFactory!1.cs
│   ├── TaskFactory.cs
│   ├── TaskScheduler.cs
│   ├── TaskSchedulerException.cs
│   ├── TaskStatus.cs
│   ├── ThreadPoolTaskScheduler.cs
│   └── UnobservedTaskExceptionEventArgs.cs
└── ThisAssembly.cs

61 directories, 2306 files

标签:

实例下载地址

微软Visual Studio 开发核心库mscorlib.dll源代码,我们写代码经常用到的重要方法的源代码都在此

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警