diff --git a/src/libraries/System.Private.Xml/src/System/Xml/IApplicationResourceStreamResolver.cs b/src/libraries/System.Private.Xml/src/System/Xml/IApplicationResourceStreamResolver.cs index a64fab98ac0b2d..0ba7d831c76c17 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/IApplicationResourceStreamResolver.cs +++ b/src/libraries/System.Private.Xml/src/System/Xml/IApplicationResourceStreamResolver.cs @@ -7,8 +7,7 @@ namespace System.Xml { - // we must specify the error flag as false so that we can typeforward this type without hitting a compile error. - [Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")] + [Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] [EditorBrowsable(EditorBrowsableState.Never)] public interface IApplicationResourceStreamResolver { diff --git a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml deleted file mode 100644 index 43b6d281a72e18..00000000000000 --- a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - CP0015 - T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute] - - \ No newline at end of file diff --git a/src/libraries/shims.proj b/src/libraries/shims.proj index 5c138fd1e7063c..c6325736301333 100644 --- a/src/libraries/shims.proj +++ b/src/libraries/shims.proj @@ -4,16 +4,16 @@ $(NetCoreAppCurrent)-$(TargetOS) - + - + - + - + diff --git a/src/libraries/shims/Directory.Build.props b/src/libraries/shims/Directory.Build.props index 5d494c57263015..2f90b7fed16c89 100644 --- a/src/libraries/shims/Directory.Build.props +++ b/src/libraries/shims/Directory.Build.props @@ -4,59 +4,39 @@ $(NetCoreAppCurrent)-$(TargetOS) - disable + true true - true - true - - true + + true false false false false + + true - - - - - - - - - - - - - - - + + $(MSBuildProjectDirectory)\..\ref\$(MSBuildProjectName).csproj + true + - - - - - + + + - - - - - - - - + + diff --git a/src/libraries/shims/Directory.Build.targets b/src/libraries/shims/Directory.Build.targets index c8ee44a679b429..1b472d0da09823 100644 --- a/src/libraries/shims/Directory.Build.targets +++ b/src/libraries/shims/Directory.Build.targets @@ -1,21 +1,9 @@ - - - - GenFacadesReferenceAssembly - + - - + true - $(GeneratePartialFacadeSourceDependsOn);FindReferenceAssembliesForReferences - ReferencePathWithRefAssemblies - - - - diff --git a/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.cs b/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.cs new file mode 100644 index 00000000000000..fd6315898de616 --- /dev/null +++ b/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.cs @@ -0,0 +1,77 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.AppWinStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CallType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Collection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.ComClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompareMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.BooleanType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.ByteType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.CharArrayType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.CharType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.Conversions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.DateType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.DecimalType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.DoubleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.IncompleteInitialization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.IntegerType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.LateBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.LikeOperator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.LongType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.NewLateBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.ObjectFlowControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.ObjectType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.Operators))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.OptionTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.ProjectData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.ShortType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.SingleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.StringType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.Utils))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.Versioned))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Constants))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.ControlChars))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Conversion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.DateAndTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.DateFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.DateInterval))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.DueDate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.ErrObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.DeleteDirectoryOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.FieldType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.FileSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.MalformedLineException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.RecycleOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.SearchOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.SpecialDirectories))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.TextFieldParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.UICancelOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileIO.UIOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FileSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Financial))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FirstDayOfWeek))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.FirstWeekOfYear))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.HideModuleNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Information))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Interaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.MsgBoxResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.MsgBoxStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.MyGroupCollectionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.OpenAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.OpenMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.OpenShare))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.SpcInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.Strings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.TabInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.TriState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VariantType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBFixedArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBFixedStringAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBMath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VbStrConv))] diff --git a/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.csproj b/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.csproj new file mode 100644 index 00000000000000..1367fddc18c6b0 --- /dev/null +++ b/src/libraries/shims/Microsoft.VisualBasic/src/Microsoft.VisualBasic.csproj @@ -0,0 +1,13 @@ + + + + 10.0.0.0 + Microsoft + + + + + + + + diff --git a/src/libraries/shims/README.md b/src/libraries/shims/README.md new file mode 100644 index 00000000000000..6fe99a506261f4 --- /dev/null +++ b/src/libraries/shims/README.md @@ -0,0 +1,9 @@ +# .NETCoreApp shared framework facade assemblies ("shims") + +The projects under this directory are pure facade assemblies (also called shims) and don't contain any source code aside from `System.Runtime.CompilerServices.TypeForwardedTo` assembly attributes. + +Currently, the following types of facades are checked-in: +- .NET Framework facade assemblies (i.e. mscorlib.dll) which enable loading .NET Framework compiled assemblies into a .NETCoreApp environment. +- .NET Standard facade assembly (netstandard.dll) which enables loading .NET Standard compiled assemblies into a .NETCoreApp environment. + +Some facade folders contain reference source projects ("ref") in addition to source projects ("src"). Those might exist because of the source project referencing internal types. If only a source project exists, the compiled assembly will be included in both the targeting and the runtime pack. \ No newline at end of file diff --git a/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.cs b/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.cs new file mode 100644 index 00000000000000..b295e1fd7821f9 --- /dev/null +++ b/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.cs @@ -0,0 +1,46 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.AssociationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.CompareAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.CreditCardAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.CustomValidationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DataType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DataTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DisplayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DisplayColumnAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DisplayFormatAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.EditableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.EmailAddressAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.EnumDataTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.FileExtensionsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.FilterUIHintAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.IValidatableObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.KeyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.MaxLengthAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.MetadataTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.MinLengthAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.PhoneAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.RangeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.RegularExpressionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.RequiredAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.ColumnAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.TableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.StringLengthAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.TimestampAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.UIHintAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.UrlAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ValidationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ValidationContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ValidationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ValidationResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Validator))] diff --git a/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.csproj b/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.csproj new file mode 100644 index 00000000000000..30fa65580eda99 --- /dev/null +++ b/src/libraries/shims/System.ComponentModel.DataAnnotations/src/System.ComponentModel.DataAnnotations.csproj @@ -0,0 +1,13 @@ + + + + 4.0.0.0 + MicrosoftShared + + + + + + + + diff --git a/src/libraries/shims/System.Configuration/src/System.Configuration.cs b/src/libraries/shims/System.Configuration/src/System.Configuration.cs new file mode 100644 index 00000000000000..b8bc7d6b49365b --- /dev/null +++ b/src/libraries/shims/System.Configuration/src/System.Configuration.cs @@ -0,0 +1,107 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.AppSettingsSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.CallbackValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.CallbackValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.CommaDelimitedStringCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.CommaDelimitedStringCollectionConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Configuration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationAllowDefinition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationAllowExeDefinition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationCollectionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationConverterBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationElementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationElementCollectionType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationElementProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationErrorsException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationFileMap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationLocationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationLockCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationPropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationPropertyOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSaveMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSectionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSectionGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSectionGroupCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationUserLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationValidatorBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConnectionStringSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConnectionStringSettingsCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConnectionStringsSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ContextInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DefaultSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DefaultValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DpapiProtectedConfigurationProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ElementInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ExeConfigurationFileMap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ExeContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.GenericEnumConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IgnoreSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.InfiniteIntConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.InfiniteTimeSpanConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IntegerValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IntegerValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.DelegatingConfigHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IConfigErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IConfigSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IConfigurationManagerHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IConfigurationManagerInternal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigClientHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigConfigurationFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigRoot))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigSettingsFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.InternalConfigEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.InternalConfigEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.StreamChangeCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.KeyValueConfigurationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.KeyValueConfigurationElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.LongValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.LongValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.NameValueConfigurationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.NameValueConfigurationElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.OverrideMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PositiveTimeSpanValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PositiveTimeSpanValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PropertyInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PropertyInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PropertyValueOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedConfiguration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedConfigurationProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedConfigurationProviderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedConfigurationSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedProviderSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Provider.ProviderBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Provider.ProviderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Provider.ProviderException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProviderSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProviderSettingsCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.RegexStringValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.RegexStringValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.RsaProtectedConfigurationProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SectionInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.StringValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.StringValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SubclassTypeValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SubclassTypeValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanMinutesConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanMinutesOrInfiniteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanSecondsConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TimeSpanValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.TypeNameConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ValidatorCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.WhiteSpaceTrimStringConverter))] diff --git a/src/libraries/shims/System.Configuration/src/System.Configuration.csproj b/src/libraries/shims/System.Configuration/src/System.Configuration.csproj new file mode 100644 index 00000000000000..1115b526f5eb7f --- /dev/null +++ b/src/libraries/shims/System.Configuration/src/System.Configuration.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + + diff --git a/src/libraries/shims/System.Core/src/System.Core.cs b/src/libraries/shims/System.Core/src/System.Core.cs new file mode 100644 index 00000000000000..6df7580aaa006d --- /dev/null +++ b/src/libraries/shims/System.Core/src/System.Core.cs @@ -0,0 +1,246 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafePipeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.HashSet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventBookmark))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventKeyword))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogConfiguration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogInvalidDataException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogIsolation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogLink))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogPropertySelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogQuery))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogReadingException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogSession))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventLogWatcher))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventMetadata))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventOpcode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.PathType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.ProviderMetadata))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.SessionAuthentication))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.StandardEventKeywords))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.StandardEventLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.StandardEventOpcode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.StandardEventTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterSetInstance))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterSetInstanceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.CounterType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.BinaryOperationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.BindingRestrictions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.CallInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.ConvertBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.CreateInstanceBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DeleteIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DeleteMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicMetaObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicMetaObjectBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.ExpandoObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.GetIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.GetMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.IDynamicMetaObjectProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.IInvokeOnGetBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.InvokeBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.InvokeMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.SetIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.SetMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.UnaryOperationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidTimeZoneException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.HandleInheritability))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedViewAccessor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedViewStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.AnonymousPipeClientStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.AnonymousPipeServerStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.NamedPipeClientStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.NamedPipeServerStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeAccessRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeStreamImpersonationWorker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeTransmissionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Lazy<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Enumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableExecutor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableExecutor<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableQuery))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.BinaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.BlockExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.CatchBlock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ConditionalExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ConstantExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DebugInfoExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DefaultExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DynamicExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DynamicExpressionVisitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ElementInit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.Expression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.Expression<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ExpressionType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ExpressionVisitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.GotoExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.GotoExpressionKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IArgumentProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IDynamicExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IndexExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.InvocationExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LabelExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LabelTarget))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LambdaExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ListInitExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LoopExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberAssignment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberBindingType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberInitExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberListBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberMemberBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MethodCallExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.NewArrayExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.NewExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ParameterExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.RuntimeVariablesExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SwitchCase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SwitchExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SymbolDocumentInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.TryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.TypeBinaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.UnaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IGrouping<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ILookup<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedQueryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedQueryable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Lookup<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.OrderedParallelQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelEnumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelExecutionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelMergeOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelQuery))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Queryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSite<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSiteBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSiteHelpers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DebugInfoGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DynamicAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ExtensionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IRuntimeVariables))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IStrongBox))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuleCache<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StrongBox<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComAwareEventInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Aes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesCng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesManaged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngAlgorithmGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngExportPolicies))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyBlobFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyCreationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyCreationParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyHandleOpenOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyOpenOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyUsages))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIProtectionLevels))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECCurve))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellman))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanCng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanCngPublicKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanPublicKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDsa))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDsaCng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECKeyXmlFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.IncrementalHash))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSACng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.TripleDESCng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.CertificateRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.DSACertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.ECDsaCertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.RSACertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.SubjectAlternativeNameBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SignatureGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyThreadSafetyMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLockSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneNotFoundException))] diff --git a/src/libraries/shims/System.Core/src/System.Core.csproj b/src/libraries/shims/System.Core/src/System.Core.csproj new file mode 100644 index 00000000000000..0fe3ba39c41c4f --- /dev/null +++ b/src/libraries/shims/System.Core/src/System.Core.csproj @@ -0,0 +1,25 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + + + + + + + + + + + + diff --git a/src/libraries/shims/System.Data/Directory.Build.props b/src/libraries/shims/System.Data/Directory.Build.props new file mode 100644 index 00000000000000..113034cb20d484 --- /dev/null +++ b/src/libraries/shims/System.Data/Directory.Build.props @@ -0,0 +1,17 @@ + + + + + + 4.0.0.0 + ECMA + + + + + + + + + \ No newline at end of file diff --git a/src/libraries/shims/System.Data/ref/System.Data.cs b/src/libraries/shims/System.Data/ref/System.Data.cs new file mode 100644 index 00000000000000..21a18509cc1d33 --- /dev/null +++ b/src/libraries/shims/System.Data/ref/System.Data.cs @@ -0,0 +1,265 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.DataAccessKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.Format))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.IBinarySerialize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.InvalidUdtException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlDataRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlFacetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlFunctionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlMetaData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.SqlServer.Server.SystemDataAccessKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.AcceptRejectRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.CommandBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.CommandType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.CatalogLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataColumnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataColumnMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataTableMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataTableMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbCommandBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbConnectionStringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DBDataPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DBDataPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataReaderExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataSourceEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbMetaDataCollectionNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbMetaDataColumnNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderFactories))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderSpecificTypePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.GroupByBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.IDbColumnSchemaGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.IdentifierCase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.RowUpdatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.RowUpdatingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SchemaTableColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SchemaTableOptionalColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SupportedJoinOperators))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConflictOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConnectionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Constraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConstraintCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConstraintException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRelation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRelationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRow))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSetDateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSysDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableClearEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableClearEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableNewRowEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableNewRowEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewRowState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewSetting))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewSettingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DBConcurrencyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DbType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DeletedRowInaccessibleException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DuplicateNameException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.EvaluateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.FillErrorEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.FillErrorEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ForeignKeyConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IColumnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IColumnMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbDataParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InRowChangingEventException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InternalDataCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InvalidConstraintException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InvalidExpressionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IsolationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ITableMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ITableMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.KeyRestrictionBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.LoadOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MappingType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MergeFailedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MergeFailedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingMappingAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingPrimaryKeyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingSchemaAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.NoNullAllowedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcCommandBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcConnectionStringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcErrorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcInfoMessageEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcInfoMessageEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcMetaDataCollectionNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcMetaDataColumnNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcRowUpdatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcRowUpdatedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcRowUpdatingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcRowUpdatingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.OdbcType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbCommandBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbConnectionStringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbErrorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbInfoMessageEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbInfoMessageEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbLiteral))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbMetaDataCollectionNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbMetaDataColumnNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbRowUpdatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbRowUpdatedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbRowUpdatingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbRowUpdatingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbSchemaGuid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OperationAbortedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ParameterDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.PropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ReadOnlyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.RowNotInTableException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Rule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SchemaSerializationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SchemaType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SerializationFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Sql.SqlNotificationRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.ApplicationIntent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.OnChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.PoolBlockingPeriod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SortOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlBulkCopy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlBulkCopyColumnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlBulkCopyColumnMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlBulkCopyOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlClientFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlClientMetaDataCollectionNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlClientPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlClientPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlCommandBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlConnectionStringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlCredential))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlDependency))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlErrorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlInfoMessageEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlInfoMessageEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlNotificationEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlNotificationInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlNotificationSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlNotificationType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowsCopiedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowsCopiedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowUpdatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowUpdatedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowUpdatingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlRowUpdatingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlClient.SqlTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlDbType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.INullable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlAlreadyFilledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBinary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBoolean))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlChars))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlCompareOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDecimal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDouble))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlFileStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlGuid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlMoney))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlNotFilledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlNullValueException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlSingle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTruncateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTypeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlXml))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.StorageState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StateChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StateChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StrongTypingException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SyntaxErrorException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UniqueConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UpdateRowSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UpdateStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.VersionNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.XmlReadMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.XmlWriteMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDataDocument))] diff --git a/src/libraries/shims/System.Data/ref/System.Data.csproj b/src/libraries/shims/System.Data/ref/System.Data.csproj new file mode 100644 index 00000000000000..f826056a99fae2 --- /dev/null +++ b/src/libraries/shims/System.Data/ref/System.Data.csproj @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/libraries/shims/src/System.Data.forwards.cs b/src/libraries/shims/System.Data/src/System.Data.cs similarity index 84% rename from src/libraries/shims/src/System.Data.forwards.cs rename to src/libraries/shims/System.Data/src/System.Data.cs index 16a3a2c8bcad9c..32647c2cdc439d 100644 --- a/src/libraries/shims/src/System.Data.forwards.cs +++ b/src/libraries/shims/System.Data/src/System.Data.cs @@ -1,7 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// Add any internal types that we need to forward from System.Data. - // These types are required for Desktop to Core serialization as they are not covered by GenFacades because they are not exposed in the ref assembly. [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Odbc.ODBC32))] diff --git a/src/libraries/shims/System.Data/src/System.Data.csproj b/src/libraries/shims/System.Data/src/System.Data.csproj new file mode 100644 index 00000000000000..dac2634334b474 --- /dev/null +++ b/src/libraries/shims/System.Data/src/System.Data.csproj @@ -0,0 +1,16 @@ + + + + false + + + + + + + + + + + + diff --git a/src/libraries/shims/System.Drawing/src/System.Drawing.cs b/src/libraries/shims/System.Drawing/src/System.Drawing.cs new file mode 100644 index 00000000000000..f4555cf931c1e3 --- /dev/null +++ b/src/libraries/shims/System.Drawing/src/System.Drawing.cs @@ -0,0 +1,166 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Bitmap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BitmapSuffixInSameAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Brush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Brushes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BufferedGraphics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BufferedGraphicsContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BufferedGraphicsManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.CharacterRange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Color))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ColorConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ColorTranslator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Configuration.SystemDrawingSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ContentAlignment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.CopyPixelOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.CategoryNameCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.AdjustableArrowCap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.Blend))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.ColorBlend))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CombineMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CompositingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CompositingQuality))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CoordinateSpace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CustomLineCap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.DashCap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.DashStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.FillMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.FlushIntention))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.GraphicsContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.GraphicsPath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.GraphicsPathIterator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.GraphicsState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.HatchBrush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.HatchStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.InterpolationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.LinearGradientBrush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.LinearGradientMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.LineCap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.LineJoin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.Matrix))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.MatrixOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PathData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PathGradientBrush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PathPointType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PenAlignment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PenType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.PixelOffsetMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.QualityMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.RegionData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.SmoothingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.WarpMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.WrapMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Font))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.FontConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.FontFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.FontStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Graphics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.GraphicsUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Icon))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.IconConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.IDeviceContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Image))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ImageAnimator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ImageConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ImageFormatConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.BitmapData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorAdjustType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorChannelFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorMap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorMapType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorMatrix))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorMatrixFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorPalette))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EmfPlusRecordType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EmfType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.Encoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EncoderParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EncoderParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EncoderParameterValueType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EncoderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.FrameDimension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageCodecFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageCodecInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ImageLockMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.Metafile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.MetafileFrameUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.MetafileHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.MetafileType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.MetaHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.PaletteFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.PixelFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.PlayRecordCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.PropertyItem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.WmfPlaceableFileHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.KnownColor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Pen))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Pens))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Point))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.PointConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.PointF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.Duplex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.InvalidPrinterException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.Margins))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.MarginsConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PageSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PaperKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PaperSize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PaperSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PaperSourceKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PreviewPageInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PreviewPrintController))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintController))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrinterResolution))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrinterResolutionKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrinterSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrinterUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrinterUnitConvert))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintingPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintingPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintingPermissionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintPageEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintPageEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PrintRange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.QueryPageSettingsEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.QueryPageSettingsEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.StandardPrintController))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Rectangle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.RectangleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.RectangleF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Region))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.RotateFlipType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Size))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeFConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SolidBrush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringAlignment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringDigitSubstitute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringFormatFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringTrimming))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.StringUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemBrushes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemColors))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemFonts))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemIcons))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemPens))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.FontCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.GenericFontFamilies))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.HotkeyPrefix))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.InstalledFontCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.PrivateFontCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.TextRenderingHint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.TextureBrush))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ToolboxBitmapAttribute))] diff --git a/src/libraries/shims/System.Drawing/src/System.Drawing.csproj b/src/libraries/shims/System.Drawing/src/System.Drawing.csproj new file mode 100644 index 00000000000000..31d9400b50e766 --- /dev/null +++ b/src/libraries/shims/System.Drawing/src/System.Drawing.csproj @@ -0,0 +1,22 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + + + + + + + + + + diff --git a/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.cs b/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.cs new file mode 100644 index 00000000000000..a85b0f6034fb08 --- /dev/null +++ b/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.cs @@ -0,0 +1,5 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipFileExtensions))] diff --git a/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.csproj b/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.csproj new file mode 100644 index 00000000000000..42f3a6448007c7 --- /dev/null +++ b/src/libraries/shims/System.IO.Compression.FileSystem/src/System.IO.Compression.FileSystem.csproj @@ -0,0 +1,13 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + diff --git a/src/libraries/shims/System.Net/src/System.Net.cs b/src/libraries/shims/System.Net/src/System.Net.cs new file mode 100644 index 00000000000000..45e926747269ad --- /dev/null +++ b/src/libraries/shims/System.Net/src/System.Net.cs @@ -0,0 +1,57 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cookie))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DnsEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.EndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpRequestHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentials))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkCredential))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterface))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PeerToPeer.PnrpPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PeerToPeer.PnrpPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PeerToPeer.PnrpScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SocketAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.AddressFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.ProtocolType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.Socket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketShutdown))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebExceptionStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebHeaderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WriteStreamClosedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WriteStreamClosedEventHandler))] diff --git a/src/libraries/shims/System.Net/src/System.Net.csproj b/src/libraries/shims/System.Net/src/System.Net.csproj new file mode 100644 index 00000000000000..b8aa8ec8ad1cbf --- /dev/null +++ b/src/libraries/shims/System.Net/src/System.Net.csproj @@ -0,0 +1,19 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + + + + + + + diff --git a/src/libraries/shims/System.Numerics/src/System.Numerics.cs b/src/libraries/shims/System.Numerics/src/System.Numerics.cs new file mode 100644 index 00000000000000..9d459a495fd47f --- /dev/null +++ b/src/libraries/shims/System.Numerics/src/System.Numerics.cs @@ -0,0 +1,12 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.BigInteger))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Complex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Matrix3x2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Matrix4x4))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Plane))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Quaternion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector3))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector4))] diff --git a/src/libraries/shims/System.Numerics/src/System.Numerics.csproj b/src/libraries/shims/System.Numerics/src/System.Numerics.csproj new file mode 100644 index 00000000000000..35050caf1b1726 --- /dev/null +++ b/src/libraries/shims/System.Numerics/src/System.Numerics.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + diff --git a/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.cs b/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.cs new file mode 100644 index 00000000000000..ef72fb49b2afb8 --- /dev/null +++ b/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.cs @@ -0,0 +1,49 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.CollectionDataContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ContractNamespaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializerExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializerSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DateTimeFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.EmitTypeInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.EnumMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ExportOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ExtensionDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IExtensibleDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ImportOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.InvalidDataContractException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializationSurrogateProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializerSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.KnownTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XmlObjectSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XmlSerializableServices))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XPathQueryGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractExporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IFragmentCapableXmlDictionaryWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IStreamProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlBinaryReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlBinaryWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlTextReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlTextWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.OnXmlDictionaryReaderClose))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.UniqueId))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlBinaryReaderSession))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlBinaryWriterSession))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReaderQuotas))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReaderQuotaTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryWriter))] diff --git a/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.csproj b/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.csproj new file mode 100644 index 00000000000000..730bc664d2c147 --- /dev/null +++ b/src/libraries/shims/System.Runtime.Serialization/src/System.Runtime.Serialization.csproj @@ -0,0 +1,16 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + + + diff --git a/src/libraries/shims/System.Security/src/System.Security.cs b/src/libraries/shims/System.Security/src/System.Security.cs new file mode 100644 index 00000000000000..e547f397ae60d4 --- /dev/null +++ b/src/libraries/shims/System.Security/src/System.Security.cs @@ -0,0 +1,82 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicAttributeObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicAttributeObjectCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicAttributeObjectEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DataProtectionScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.AlgorithmIdentifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsRecipient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsRecipientCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsRecipientEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsSigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.ContentInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.EnvelopedCms))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.KeyTransRecipientInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9AttributeObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9ContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9DocumentName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9MessageDigest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.Pkcs9SigningTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.PublicKeyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfoCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfoEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfoType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignedCms))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignerInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignerInfoCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignerInfoEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SubjectIdentifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SubjectIdentifierType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ProtectedData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2UI))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SelectionFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.CipherData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.CipherReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.DataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.DataReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.DSAKeyValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptedData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptedKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptedReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptedXml))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptionMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptionProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptionPropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.IRelDecryptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoClause))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoEncryptedKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoRetrievalMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoX509Data))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.Reference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.ReferenceList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.RSAKeyValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.Signature))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.SignedInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.SignedXml))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.TransformChain))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.X509IssuerSerial))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDecryptionTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigBase64Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigC14NTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigExcC14NTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigXPathTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigXsltTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlLicenseTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.DataProtectionPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.DataProtectionPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.DataProtectionPermissionFlags))] diff --git a/src/libraries/shims/System.Security/src/System.Security.csproj b/src/libraries/shims/System.Security/src/System.Security.csproj new file mode 100644 index 00000000000000..12368499130b43 --- /dev/null +++ b/src/libraries/shims/System.Security/src/System.Security.csproj @@ -0,0 +1,16 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + + + + diff --git a/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.cs b/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.cs new file mode 100644 index 00000000000000..642f0d695a83aa --- /dev/null +++ b/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.cs @@ -0,0 +1,41 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10FeedFormatter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Atom10ItemFormatter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.CategoriesDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.InlineCategoriesDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.ReferencedCategoriesDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.ResourceCollectionInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.ServiceDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.ServiceDocumentFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationCategory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationElementExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationElementExtensionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationFeed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationFeedFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationItem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationItemFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationLink))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationPerson))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationVersions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.TextSyndicationContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.TextSyndicationContentKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Workspace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.XmlSyndicationContent))] diff --git a/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.csproj b/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.csproj new file mode 100644 index 00000000000000..9d6657a3c50869 --- /dev/null +++ b/src/libraries/shims/System.ServiceModel.Web/src/System.ServiceModel.Web.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + MicrosoftShared + + + + + + + + + diff --git a/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.cs b/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.cs new file mode 100644 index 00000000000000..3a34acf8f337be --- /dev/null +++ b/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.PowerBroadcastStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceController))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerPermissionEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerPermissionEntryCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceProcessDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceStartMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.SessionChangeDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.SessionChangeReason))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.TimeoutException))] diff --git a/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.csproj b/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.csproj new file mode 100644 index 00000000000000..d0d6ae56088a01 --- /dev/null +++ b/src/libraries/shims/System.ServiceProcess/src/System.ServiceProcess.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + + diff --git a/src/libraries/shims/System.Transactions/src/System.Transactions.cs b/src/libraries/shims/System.Transactions/src/System.Transactions.cs new file mode 100644 index 00000000000000..5850c202ec0efe --- /dev/null +++ b/src/libraries/shims/System.Transactions/src/System.Transactions.cs @@ -0,0 +1,39 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.CommittableTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentCloneOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DistributedTransactionPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DistributedTransactionPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.Enlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnlistmentOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnterpriseServicesInteropOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.HostCurrentTransactionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IDtcTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IEnlistmentNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IPromotableSinglePhaseNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ISimpleTransactionSuperior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ISinglePhaseNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IsolationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ITransactionPromoter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.PreparingEnlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SinglePhaseEnlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SubordinateTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.Transaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionAbortedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInDoubtException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInterop))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManagerCommunicationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionPromotionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScopeAsyncFlowOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScopeOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionStartedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionStatus))] diff --git a/src/libraries/shims/System.Transactions/src/System.Transactions.csproj b/src/libraries/shims/System.Transactions/src/System.Transactions.csproj new file mode 100644 index 00000000000000..22f9ef0a0a711e --- /dev/null +++ b/src/libraries/shims/System.Transactions/src/System.Transactions.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + diff --git a/src/libraries/shims/System.Web/src/System.Web.cs b/src/libraries/shims/System.Web/src/System.Web.cs new file mode 100644 index 00000000000000..c015de6e88973f --- /dev/null +++ b/src/libraries/shims/System.Web/src/System.Web.cs @@ -0,0 +1,4 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.HttpUtility))] diff --git a/src/libraries/shims/System.Web/src/System.Web.csproj b/src/libraries/shims/System.Web/src/System.Web.csproj new file mode 100644 index 00000000000000..b350eead053774 --- /dev/null +++ b/src/libraries/shims/System.Web/src/System.Web.csproj @@ -0,0 +1,13 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + diff --git a/src/libraries/shims/System.Windows/src/System.Windows.cs b/src/libraries/shims/System.Windows/src/System.Windows.cs new file mode 100644 index 00000000000000..662e535ac1215e --- /dev/null +++ b/src/libraries/shims/System.Windows/src/System.Windows.cs @@ -0,0 +1,12 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.INotifyCollectionChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataErrorsChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyDataErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Input.ICommand))] diff --git a/src/libraries/shims/System.Windows/src/System.Windows.csproj b/src/libraries/shims/System.Windows/src/System.Windows.csproj new file mode 100644 index 00000000000000..644a1f33692573 --- /dev/null +++ b/src/libraries/shims/System.Windows/src/System.Windows.csproj @@ -0,0 +1,13 @@ + + + + 4.0.0.0 + Microsoft + + + + + + + + diff --git a/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.cs b/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.cs new file mode 100644 index 00000000000000..0379c0514ff820 --- /dev/null +++ b/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.cs @@ -0,0 +1,29 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.LoadOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.ReaderOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.SaveOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XCData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XComment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNamespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNodeDocumentOrderComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNodeEqualityComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObjectChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObjectChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XProcessingInstruction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XStreamingElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XText))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XDocumentExtensions))] diff --git a/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.csproj b/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.csproj new file mode 100644 index 00000000000000..e72a32629158d5 --- /dev/null +++ b/src/libraries/shims/System.Xml.Linq/src/System.Xml.Linq.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + diff --git a/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.cs b/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.cs new file mode 100644 index 00000000000000..7999c97261c12d --- /dev/null +++ b/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.cs @@ -0,0 +1,30 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.IXmlSerializable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeOverrides))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlChoiceIdentifierAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMappingAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNamespaceDeclarationsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlRootAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerNamespaces))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeMapping))] diff --git a/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.csproj b/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.csproj new file mode 100644 index 00000000000000..9b1255074dc0a7 --- /dev/null +++ b/src/libraries/shims/System.Xml.Serialization/src/System.Xml.Serialization.csproj @@ -0,0 +1,14 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + diff --git a/src/libraries/shims/System.Xml/src/System.Xml.cs b/src/libraries/shims/System.Xml/src/System.Xml.cs new file mode 100644 index 00000000000000..ada9427ce790d0 --- /dev/null +++ b/src/libraries/shims/System.Xml/src/System.Xml.cs @@ -0,0 +1,250 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ConformanceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.DtdProcessing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.EntityHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Formatting))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IApplicationResourceStreamResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IHasXmlNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlLineInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlNamespaceResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NameTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NamespaceHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NewLineHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ReadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Resolvers.XmlKnownDtds))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Resolvers.XmlPreloadedResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.IXmlSchemaInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlAtomicValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchema))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAny))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAppInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaChoice))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCollectionEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCompilationSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentModel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentProcessing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDatatype))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDatatypeVariety))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDerivationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDocumentation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaExternal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaForm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaIdentityConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInferenceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKeyref))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNumericFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaParticle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaPatternFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaRedefine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSequence))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUnique))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidationFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaXPath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSeverityType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlTypeCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlValueGetter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeGenerationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifiers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.IXmlSerializable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.IXmlTextParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.ImportContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SchemaImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributeOverrides))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIncludeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapReflectionImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapSchemaMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.UnreferencedObjectEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.UnreferencedObjectEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeOverrides))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlChoiceIdentifierAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlDeserializationEvents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMappingAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMemberMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMembersMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNamespaceDeclarationsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNodeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNodeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlRootAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaExporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemas))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationCollectionFixupCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationFixupCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationGeneratedCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationReadCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationWriteCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerImplementation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerNamespaces))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ValidationType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WhitespaceHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WriteState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.IXPathNavigable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathItem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNamespaceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNavigator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNodeIterator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathResultType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlCaseOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlDataType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlSortOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCharacterData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlConvert))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDateTimeSerializationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocumentFragment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntityReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlLinkedNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNameTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamespaceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamespaceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlOutputMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlParserContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlQualifiedName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlReaderSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSecureResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSpace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlText))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTextReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTokenizedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlUrlResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlValidatingReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWriterSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextFunction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextVariable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslCompiledTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltArgumentList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltCompileException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltMessageEncounteredEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltMessageEncounteredEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltSettings))] diff --git a/src/libraries/shims/System.Xml/src/System.Xml.csproj b/src/libraries/shims/System.Xml/src/System.Xml.csproj new file mode 100644 index 00000000000000..9192d1fd5c6305 --- /dev/null +++ b/src/libraries/shims/System.Xml/src/System.Xml.csproj @@ -0,0 +1,15 @@ + + + + 4.0.0.0 + ECMA + + + + + + + + + + \ No newline at end of file diff --git a/src/libraries/shims/ref/System.csproj b/src/libraries/shims/System/Directory.Build.props similarity index 64% rename from src/libraries/shims/ref/System.csproj rename to src/libraries/shims/System/Directory.Build.props index 6d4156e41f437b..9c906379974de9 100644 --- a/src/libraries/shims/ref/System.csproj +++ b/src/libraries/shims/System/Directory.Build.props @@ -1,6 +1,10 @@ - + + + + 4.0.0.0 ECMA - + + \ No newline at end of file diff --git a/src/libraries/shims/System/ref/System.cs b/src/libraries/shims/System/ref/System.cs new file mode 100644 index 00000000000000..419062a0e4dbe1 --- /dev/null +++ b/src/libraries/shims/System/ref/System.cs @@ -0,0 +1,938 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.CSharp.CSharpCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.PowerModeChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.PowerModeChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.PowerModes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeProcessHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeX509ChainHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndReasons))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionSwitchEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionSwitchEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionSwitchReason))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SystemEvents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.TimerElapsedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.TimerElapsedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.UserPreferenceCategory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.UserPreferenceChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.UserPreferenceChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.UserPreferenceChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.UserPreferenceChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeArgumentReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeArrayCreateExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeArrayIndexerExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAssignStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttachEventStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttributeArgument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttributeArgumentCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttributeDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeAttributeDeclarationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeBaseReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeBinaryOperatorExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeBinaryOperatorType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCastExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCatchClause))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCatchClauseCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeChecksumPragma))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeComment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCommentStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCommentStatementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeCompileUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeConditionStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeConstructor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDefaultValueExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDelegateCreateExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDelegateInvokeExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDirectionExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDirective))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeDirectiveCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeEntryPointMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeEventReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeExpressionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeExpressionStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeFieldReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeGotoStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeIndexerExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeIterationStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeLabeledStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeLinePragma))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMemberEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMemberField))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMemberMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMemberProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMethodInvokeExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMethodReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeMethodReturnStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeNamespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeNamespaceCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeNamespaceImport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeNamespaceImportCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeObjectCreateExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeParameterDeclarationExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeParameterDeclarationExpressionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodePrimitiveExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodePropertyReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodePropertySetValueReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeRegionDirective))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeRegionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeRemoveEventStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeSnippetCompileUnit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeSnippetExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeSnippetStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeSnippetTypeMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeStatementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeThisReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeThrowExceptionStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTryCatchFinallyStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeConstructor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeDeclarationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeDelegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeMemberCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeOfExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeReferenceCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeReferenceOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeVariableDeclarationStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeVariableReferenceExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CodeCompiler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CodeDomProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CodeGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CodeGeneratorOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CodeParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerErrorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerResults))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.Executor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.GeneratorSupport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.ICodeCompiler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.ICodeGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.ICodeParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.IndentedTextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.LanguageOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.TempFileCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.FieldDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.MemberAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.BlockingCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentBag<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ISet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.LinkedList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.LinkedListNode<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Queue<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedList<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedSet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Stack<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.BitVector32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.CollectionsUtil))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.HybridDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.INotifyCollectionChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.IOrderedDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.ListDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NameObjectCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NameValueCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.OrderedDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AddingNewEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AddingNewEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AmbientValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ArrayConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AttributeCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AttributeProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BackgroundWorker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BaseNumberConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindableSupport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BooleanConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ByteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CancelEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CancelEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CategoryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CharConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComplexBindingPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Component))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentEditor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentResourceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Container))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ContainerFilterService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CultureInfoConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CustomTypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataErrorsChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DateTimeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DateTimeOffsetConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DecimalConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultBindingPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ActiveDesignerEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ActiveDesignerEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CheckoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CommandID))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentRenameEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentRenameEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerOptionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransactionCloseEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransactionCloseEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerVerb))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerVerbCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesigntimeLicenseContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesigntimeLicenseContextSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpContextType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpKeywordAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpKeywordType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentChangeService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentDiscoveryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerEventService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerHostTransactionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerOptionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDictionaryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IEventBindingService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IExtenderListService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IExtenderProviderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IHelpService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IInheritanceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IMenuCommandService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IReferenceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IResourceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IRootDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ISelectionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IServiceContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITreeDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeDescriptorFilterService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeDiscoveryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeResolutionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.MenuCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.SelectionTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ComponentSerializationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ContextStack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DesignerLoader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DesignerSerializerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderHost2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.INameCreationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.InstanceDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.MemberRelationship))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.MemberRelationshipService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ResolveNameEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ResolveNameEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.SerializationStore))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ServiceContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ServiceCreatorCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.StandardCommands))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.StandardToolWindows))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.TypeDescriptionProviderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ViewTechnology))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerCategoryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerSerializationVisibility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerSerializationVisibilityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignTimeVisibleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DisplayNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoubleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoWorkEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoWorkEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorBrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorBrowsableState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EnumConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventDescriptorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventHandlerList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ExpandableObjectConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ExtenderProvidedPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.GuidConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.HandledEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.HandledEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IBindingList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IBindingListView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICancelAddNew))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IChangeTracking))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IComNativeDescriptorHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICustomTypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IDataErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IEditableObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IExtenderProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IIntellisenseBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IListSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ImmutableObjectAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedSite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InheritanceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InheritanceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InitializationEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyDataErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyPropertyChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyPropertyChanging))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InstallerTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InstanceCreationEditor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int16Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int32Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int64Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InvalidAsynchronousStateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InvalidEnumArgumentException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IRaiseItemChangedEvents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IRevertibleChangeTracking))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISupportInitialize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISupportInitializeNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISynchronizeInvoke))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypeDescriptorContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypedList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.License))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseUsageMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicFileLicenseProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListBindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDescriptionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LocalizableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LookupBindingPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MarshalByValueComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MaskedTextProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MaskedTextResultHint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MemberDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MergablePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MultilineStringConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NestedContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NotifyParentPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NullableConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PasswordPropertyTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyDescriptorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProvidePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ReadOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RecommendedAsConfigurableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ReferenceConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunInstallerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunWorkerCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunWorkerCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SByteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SettingsBindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SingleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.StringConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SyntaxCheck))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TimeSpanConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemFilterAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemFilterType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeConverterAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptionProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptionProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeListConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt16Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt32Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt64Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.WarningException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Win32Exception))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ApplicationScopedSettingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ApplicationSettingsBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ApplicationSettingsGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.AppSettingsReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ClientSettingsSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigXmlDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DefaultSettingValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DictionarySectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IApplicationSettingsProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IConfigurationSectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IConfigurationSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IdnElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IgnoreSectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IPersistComponentSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.IriParsingElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ISettingsProviderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.LocalFileSettingsProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.NameValueFileSectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.NameValueSectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.NoSettingsVersionUpgradeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SchemeSettingElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SchemeSettingElementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingElementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsAttributeDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsGroupDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsGroupNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsLoadedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsLoadedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsManageability))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsManageabilityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsProperty))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyIsReadOnlyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyValueCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsPropertyWrongTypeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsProviderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsSavingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsSerializeAs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingsSerializeAsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingValueElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SingleTagSectionHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SpecialSetting))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SpecialSettingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.UriSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.UserScopedSettingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.UserSettingsGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.BooleanSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ConsoleTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CorrelationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CounterCreationData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CounterCreationDataCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CounterSample))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CounterSampleCalculator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DataReceivedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DataReceivedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Debug))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DefaultTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DelimitedListTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EntryWrittenEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EntryWrittenEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventInstance))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLog))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogEntryCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogEntryType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogPermissionEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogPermissionEntryCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventSourceCreationData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventTypeFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.FileVersionInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ICollectData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.InstanceData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.InstanceDataCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.InstanceDataCollectionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.MonitoringDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.OverflowAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterCategory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterCategoryType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterInstanceLifetime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterPermissionEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterPermissionEntryCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Process))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessModule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessModuleCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessPriorityClass))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessStartInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThread))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThreadCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessWindowStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceLevels))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackFrameExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Stopwatch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Switch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchLevelAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TextWriterTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadPriorityLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadWaitReason))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Trace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceEventCache))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceEventType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceListenerCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.XmlWriterTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FileStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FtpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParserOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GopherStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.HttpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.CompressionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.CompressionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.DeflateStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.GZipStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.ErrorEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.ErrorEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemWatcher))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InternalBufferOverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InvalidDataException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.NotifyFilters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.Handshake))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.Parity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialDataReceivedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialDataReceivedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialErrorReceivedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialErrorReceivedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialPinChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialPinChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialPinChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.SerialPort))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Ports.StopBits))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.WaitForChangedResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.WatcherChangeTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LdapStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.SoundPlayer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.SystemSound))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Media.SystemSounds))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationSchemes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationSchemeSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Authorization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.BindIPEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpCacheAgeControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCacheLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCachePolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.RequestCacheLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.RequestCachePolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cookie))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CredentialCache))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DecompressionMethods))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Dns))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DnsEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DnsPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DnsPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadDataCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadDataCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.EndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.EndpointPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FileWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FileWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.GlobalProxySelection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpContinueDelegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerBasicIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerPrefixCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerTimeoutManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpRequestHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpResponseHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IAuthenticationModule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentialPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentials))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentialsByHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPHostEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebProxyScript))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AlternateView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AlternateViewCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.Attachment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AttachmentBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AttachmentCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.DeliveryNotificationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.LinkedResource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.LinkedResourceCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailAddressCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailMessage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailPriority))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SendCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientsException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentDisposition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.DispositionTypeNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.MediaTypeNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.TransferEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkCredential))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.DuplicateAddressDetectionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV4Statistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV6Statistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv6InterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.MulticastIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.MulticastIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetBiosNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAvailabilityEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInformationAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInformationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInformationPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInformationPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterface))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterfaceComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.OperationalStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PhysicalAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.Ping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingReply))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PrefixOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.ScopeLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.SuffixOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpConnectionInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UdpStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UnicastIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UnicastIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.AuthenticatedStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.AuthenticationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.EncryptionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.LocalCertificateSelectionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.NegotiateStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.ProtectionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.RemoteCertificateValidationCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslPolicyErrors))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SecurityProtocolType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ServicePoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ServicePointManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SocketAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SocketPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SocketPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.AddressFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IOControlCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPPacketInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPProtectionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPv6MulticastOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.LingerOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.MulticastOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.NetworkStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.ProtocolFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.ProtocolType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SelectMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SendPacketsElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.Socket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketOptionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketOptionName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketReceiveFromResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketReceiveMessageFromResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketShutdown))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketTaskExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TcpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TcpListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TransmitFileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.UdpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.UdpReceiveResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.TransportContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.TransportType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadDataCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadDataCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadFileCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadFileCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadValuesCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadValuesCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebExceptionStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebHeaderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebRequestMethods))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocketOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.HttpListenerWebSocketContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketCloseStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketMessageType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketReceiveResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebUtility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WriteStreamClosedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WriteStreamClosedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NetPipeStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NetTcpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NewsStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ICustomTypeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ADVF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DATADIR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DVASPECT))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FORMATETC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IAdviseSink))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STATDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STGMEDIUM))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYMED))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultParameterValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.HandleCollector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.StandardOleMarshalObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.FrameworkName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SemaphoreSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.AuthenticationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.CipherAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExchangeAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ChannelBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ChannelBindingKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.PolicyEnforcement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ProtectionScenario))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ServiceNameCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.HashAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.InvalidCredentialException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.SslProtocols))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedDataCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedDataEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Oid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.OpenFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.PublicKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.StoreLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.StoreName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X500DistinguishedName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2Collection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509CertificateCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Chain))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Extension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509FindType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509IncludeOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyUsageExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509NameType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Store))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509VerificationFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ResourcePermissionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ResourcePermissionBaseEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StorePermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StorePermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StorePermissionFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.TypeDescriptorPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.TypeDescriptorPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.TypeDescriptorPermissionFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecureStringMarshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringNormalizationExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Capture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.CaptureCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Group))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.GroupCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Match))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.MatchCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.MatchEvaluator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Regex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexCompilationInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexRunner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexRunnerFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Barrier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.BarrierPostPhaseException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Semaphore))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadExceptionEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.ElapsedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.ElapsedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.Timer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.TimersDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Uri))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriComponents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriHostNameType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriIdnScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriPartial))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriTypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.AspNetHostingPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.AspNetHostingPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.AspNetHostingPermissionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Input.ICommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Markup.ValueSerializerAttribute))] diff --git a/src/libraries/shims/System/ref/System.csproj b/src/libraries/shims/System/ref/System.csproj new file mode 100644 index 00000000000000..c8d1ae3b399f5a --- /dev/null +++ b/src/libraries/shims/System/ref/System.csproj @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/libraries/shims/src/System.forwards.cs b/src/libraries/shims/System/src/System.cs similarity index 72% rename from src/libraries/shims/src/System.forwards.cs rename to src/libraries/shims/System/src/System.cs index 19fac75cffcfc9..744582e7d387e2 100644 --- a/src/libraries/shims/src/System.forwards.cs +++ b/src/libraries/shims/System/src/System.cs @@ -1,9 +1,7 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// Add any internal types that we need to forward from System. - -// These types are required for Desktop to Core serialization as they are not covered by GenFacades because they are marked as internal. +// These types are required for Desktop to Core serialization and are marked as internal. [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.TreeSet<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZLibException))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieVariant))] diff --git a/src/libraries/shims/System/src/System.csproj b/src/libraries/shims/System/src/System.csproj new file mode 100644 index 00000000000000..14ebdbd7091a03 --- /dev/null +++ b/src/libraries/shims/System/src/System.csproj @@ -0,0 +1,59 @@ + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/libraries/shims/WindowsBase/src/WindowsBase.cs b/src/libraries/shims/WindowsBase/src/WindowsBase.cs new file mode 100644 index 00000000000000..53587fadf1719a --- /dev/null +++ b/src/libraries/shims/WindowsBase/src/WindowsBase.cs @@ -0,0 +1,33 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.INotifyCollectionChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.CompressionOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.EncryptionOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.Package))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackagePart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackagePartCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationship))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationshipCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationshipSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationshipSelectorType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackUriHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.TargetMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.ZipPackage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.ZipPackagePart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.MediaPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.MediaPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.MediaPermissionAudio))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.MediaPermissionImage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.MediaPermissionVideo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.WebBrowserPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.WebBrowserPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.WebBrowserPermissionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Markup.ValueSerializerAttribute))] diff --git a/src/libraries/shims/WindowsBase/src/WindowsBase.csproj b/src/libraries/shims/WindowsBase/src/WindowsBase.csproj new file mode 100644 index 00000000000000..4bc182120606c1 --- /dev/null +++ b/src/libraries/shims/WindowsBase/src/WindowsBase.csproj @@ -0,0 +1,15 @@ + + + + 4.0.0.0 + MicrosoftShared + + + + + + + + + + diff --git a/src/libraries/shims/mscorlib.forwards.cs b/src/libraries/shims/mscorlib.forwards.cs deleted file mode 100644 index 55bb1b29f9537f..00000000000000 --- a/src/libraries/shims/mscorlib.forwards.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -// The types in this file are internal types that need to have type-forwards from full facade assemblies such as mscorlib. -// Many of these types are required by various components used by the C++/CLI compiler to live in mscorlib. - -// These types are required to support the C++/CLI compiler's usage of alink for metadata linking. -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHere))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereS))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereM))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereSM))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SuppressMergeCheckAttribute))] diff --git a/src/libraries/shims/src/System.csproj b/src/libraries/shims/mscorlib/Directory.Build.props similarity index 51% rename from src/libraries/shims/src/System.csproj rename to src/libraries/shims/mscorlib/Directory.Build.props index e11b22d3519c01..4ff213a5371294 100644 --- a/src/libraries/shims/src/System.csproj +++ b/src/libraries/shims/mscorlib/Directory.Build.props @@ -1,10 +1,14 @@ - + + + + 4.0.0.0 ECMA - false + - + + \ No newline at end of file diff --git a/src/libraries/shims/mscorlib/ref/mscorlib.cs b/src/libraries/shims/mscorlib/ref/mscorlib.cs new file mode 100644 index 00000000000000..dd57bdb8a0688b --- /dev/null +++ b/src/libraries/shims/mscorlib/ref/mscorlib.cs @@ -0,0 +1,1235 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +// These types are required to support the C++/CLI compiler's usage of alink for metadata linking. +[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHere))] +[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereS))] +[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereM))] +[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AssemblyAttributesGoHereSM))] +[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SuppressMergeCheckAttribute))] + +#pragma warning disable SA1121 +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.Registry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryHive))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryKeyPermissionCheck))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryValueKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryValueOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.RegistryView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeFileHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeRegistryHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AccessViolationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Activator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AggregateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppDomain))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppDomainSetup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppDomainUnloadedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ApplicationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ApplicationId))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ApplicationIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgIterator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentNullException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentOutOfRangeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArithmeticException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Array))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArraySegment<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArrayTypeMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AssemblyLoadEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AssemblyLoadEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AsyncCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Attribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AttributeTargets))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AttributeUsageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.BadImageFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Base64FormattingOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.BitConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Boolean))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Byte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CannotUnloadAppDomainException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Char))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CharEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CLSCompliantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.BitArray))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CaseInsensitiveComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CaseInsensitiveHashCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Comparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentQueue<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentStack<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.EnumerablePartitionerOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.IProducerConsumerCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.OrderablePartitioner<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Comparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Dictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.EqualityComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ICollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEnumerator<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEqualityComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.KeyNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.KeyValuePair<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.List<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Hashtable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ICollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IDictionaryEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEnumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEqualityComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IHashCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IStructuralComparable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IStructuralEquatable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.Collection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.KeyedCollection<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Queue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ReadOnlyCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.SortedList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Stack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.StructuralComparisons))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Comparison<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Assemblies.AssemblyHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Assemblies.AssemblyVersionCompatibility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Console))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleCancelEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleCancelEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleColor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKeyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleModifiers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleSpecialKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextBoundObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextMarshalException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextStaticAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Convert))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Converter<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTimeKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTimeOffset))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DayOfWeek))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DBNull))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Decimal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Delegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ConditionalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.Contract))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractAbbreviatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractArgumentValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractClassForAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractFailedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractFailureKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractInvariantMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractOptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractVerificationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.PureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Debugger))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerBrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerBrowsableState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerDisplayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerHiddenAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerNonUserCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerStepperBoundaryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerStepThroughAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerTypeProxyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerVisualizerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackFrame))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackTrace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolBinder1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolDocumentWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolNamespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolVariable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymAddressKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymbolToken))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymLanguageType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymLanguageVendor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventActivityOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventChannel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventDataAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldTags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventKeywords))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventManifestOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventOpcode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceCreatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventTags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventWrittenEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.NonEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DivideByZeroException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DllNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Double))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DuplicateWaitObjectException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Enum))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Environment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EnvironmentVariableTarget))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventHandler<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Exception))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ExecutionEngineException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FieldAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FlagsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FormattableString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GCCollectionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GCNotificationStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.Calendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarWeekRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CharUnicodeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.ChineseLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CompareInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CompareOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DateTimeFormatInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DateTimeStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DaylightTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DigitShapes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.EastAsianLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GlobalizationExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GregorianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GregorianCalendarTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.HebrewCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.HijriCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.IdnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JapaneseCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JapaneseLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JulianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.KoreanCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.KoreanLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.NumberFormatInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.NumberStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.PersianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.RegionInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.SortKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.SortVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.StringInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TaiwanCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TaiwanLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TextElementEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TextInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.ThaiBuddhistCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TimeSpanStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.UmAlQuraCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.UnicodeCategory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Guid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IAsyncResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ICloneable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IComparable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IComparable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IConvertible))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ICustomFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IDisposable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IEquatable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IFormatProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IFormattable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IndexOutOfRangeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientMemoryException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IntPtr))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidCastException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidOperationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidProgramException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidTimeZoneException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BinaryReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BinaryWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BufferedStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Directory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DirectoryInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DirectoryNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.EndOfStreamException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.File))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileShare))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IOException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.INormalizeForIsolatedStorage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageFileStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Path))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.PathTooLongException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.SearchOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.SeekOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Stream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StreamReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StreamWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StringReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StringWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.TextReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.TextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.UnmanagedMemoryAccessor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.UnmanagedMemoryStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IObservable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IObserver<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IProgress<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Lazy<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LoaderOptimization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LoaderOptimizationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LocalDataStoreSlot))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MarshalByRefObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Math))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MemberAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MethodAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MidpointRounding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingFieldException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMemberException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMethodException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ModuleHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MTAThreadAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MulticastDelegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MulticastNotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NonSerializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotFiniteNumberException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotImplementedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Nullable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Nullable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NullReferenceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Object))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObjectDisposedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OperatingSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OperationCanceledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OutOfMemoryException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ParamArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.PlatformID))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.PlatformNotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Predicate<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Random))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RankException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AmbiguousMatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Assembly))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyAlgorithmIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCompanyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyConfigurationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCopyrightAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCultureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDefaultAliasAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDelaySignAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyFileVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyFlagsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyInformationalVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyKeyFileAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyKeyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyMetadataAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyNameFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyNameProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyProductAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblySignatureKeyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyTitleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyTrademarkAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Binder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.BindingFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CallingConventions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ConstructorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeNamedArgument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeTypedArgument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.DefaultMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.AssemblyBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.AssemblyBuilderAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ConstructorBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.CustomAttributeBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.EnumBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.EventBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.FieldBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.FlowControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.GenericTypeParameterBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ILGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.Label))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.LocalBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.MethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ModuleBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCodes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OperandType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.PackingSize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ParameterBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.PropertyBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.SignatureHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.StackBehaviour))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.TypeBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.EventAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.EventInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ExceptionHandlingClause))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ExceptionHandlingClauseOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.FieldAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.FieldInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.GenericParameterAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ICustomAttributeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ImageFileMachine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IntrospectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InvalidFilterCriteriaException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IReflect))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IReflectableType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.LocalVariableInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ManifestResourceInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodBody))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodImplAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Missing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Module))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ModuleResolveEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ObfuscateAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ObfuscationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterModifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Pointer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PortableExecutableKinds))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ProcessorArchitecture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PropertyAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PropertyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ResourceAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ResourceLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.RuntimeReflectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.StrongNameKeyPair))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetInvocationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetParameterCountException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeDelegator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ResolveEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ResolveEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.IResourceReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.IResourceWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.MissingManifestResourceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.MissingSatelliteAssemblyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.NeutralResourcesLanguageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.SatelliteContractVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.UltimateResourceFallbackLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.AssemblyTargetedPatchBandAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AccessedThroughPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncStateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvFastcall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvStdcall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvThiscall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerFilePathAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerLineNumberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerMemberNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilationRelaxations))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilationRelaxationsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerGeneratedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerGlobalScopeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerMarshalOverride))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConditionalWeakTable<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ContractHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CustomConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DateTimeConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DecimalConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DefaultDependencyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DependencyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DisablePrivateReflectionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DiscardableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ExtensionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FixedAddressValueTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FixedBufferAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FormattableStringFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.HasCopySemanticsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IAsyncStateMachine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ICriticalNotifyCompletion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IDispatchConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IndexerNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.INotifyCompletion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.InternalsVisibleToAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsBoxed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsByRefLikeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsByValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsConst))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsCopyConstructed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsExplicitlyDereferenced))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsImplicitlyDereferenced))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsJitIntrinsic))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsLong))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsPinned))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsReadOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsSignUnspecifiedByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsUdtReturn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsVolatile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IteratorStateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ITuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IUnknownConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.LoadHint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodCodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodImplAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodImplOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.NativeCppClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ReferenceAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RequiredAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeCompatibilityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeFeature))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeHelpers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeWrappedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ScopelessEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SpecialNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StringFreezingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SuppressIldasmAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TaskAwaiter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TaskAwaiter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TupleElementNamesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TypeForwardedFromAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TypeForwardedToAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.UnsafeValueTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.YieldAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.Cer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.Consistency))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.CriticalFinalizerObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.ReliabilityContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.ExceptionDispatchInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCLargeObjectHeapCompactionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCLatencyMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.AllowReversePInvokeCallsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Architecture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ArrayWithOffset))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.AutomationProxyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.BestFitMappingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.BStrWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CallingConvention))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CharSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CoClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComAliasNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComCompatibleVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComConversionLossAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComDefaultInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComEventInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComEventsHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.COMException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComImportAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComMemberType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComRegisterFunctionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComSourceInterfacesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.BIND_OPTS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.BINDPTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.CALLCONV))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.CONNECTDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DESCKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DISPPARAMS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ELEMDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.EXCEPINFO))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FILETIME))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IBindCtx))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDLDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDLFLAG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnections))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumMoniker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumVARIANT))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IMoniker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.INVOKEKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IPersistFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IRunningObjectTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeComp))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.LIBFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.PARAMDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.PARAMFLAG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STATSTG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.SYSKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEATTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPELIBATTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComUnregisterFunctionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComVisibleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CriticalHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CurrencyWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CustomQueryInterfaceMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CustomQueryInterfaceResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultCharSetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispatchWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DllImportAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DllImportSearchPath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ErrorWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ExternalException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GCHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GCHandleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GuidAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.HandleRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomMarshaler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomQueryInterface))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ImportedFromTypeLibAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InterfaceTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InvalidComObjectException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InvalidOleVariantTypeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.LayoutKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.LCIDConversionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Marshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalAsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalDirectiveException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OptionalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OSPlatform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.PreserveSigAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ProgIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.RuntimeEnvironment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.RuntimeInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeArrayRankMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeArrayTypeMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SEHException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.StructLayoutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeIdentifierAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibFuncAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibFuncFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibImportClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibTypeFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnknownWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnmanagedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.VarEnum))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.VariantWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.MemoryFailPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ProfileOptimization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Remoting.ObjectHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.FormatterConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.Binary.BinaryFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterTypeStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.IFieldInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.TypeFilterLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.FormatterServices))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IDeserializationCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IFormatterConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IObjectReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISafeSerializationData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializationSurrogate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISurrogateSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ObjectIDGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ObjectManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnDeserializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnDeserializingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnSerializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnSerializingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OptionalFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SafeSerializationEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationInfoEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationObjectManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SurrogateSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.TargetedPatchingOptOutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ComponentGuaranteesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ComponentGuaranteesOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceConsumptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceExposureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.TargetFrameworkAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.VersioningHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeArgumentHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeFieldHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeMethodHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeTypeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessControlActions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessControlModification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessControlSections))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessControlType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AccessRule<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AceEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AceFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AceQualifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuditFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuditRule<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuthorizationRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuthorizationRuleCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CommonAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CommonAcl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CommonObjectSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CommonSecurityDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CompoundAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CompoundAceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ControlFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.CustomAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.DirectoryObjectSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.DirectorySecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.DiscretionaryAcl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.FileSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.FileSystemAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.FileSystemAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.FileSystemRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.FileSystemSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.GenericAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.GenericAcl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.GenericSecurityDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.InheritanceFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.KnownAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.NativeObjectSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectAceFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectSecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ObjectSecurity<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.PrivilegeNotHeldException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.PropagationFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.QualifiedAce))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RawAcl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RawSecurityDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAccessRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryAuditRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistryRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RegistrySecurity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.ResourceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SecurityInfos))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.SystemAcl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AllowPartiallyTrustedCallersAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.Claim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimsIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimsPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimValueTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.CodeAccessPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Aes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricKeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricKeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricSignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricSignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CipherMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoConfig))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicUnexpectedOperationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoStreamMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspKeyContainerInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspProviderFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DES))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DESCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSAParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64TransformMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HashAlgorithmName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMAC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACMD5))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA256))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA384))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA512))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ICryptoTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ICspAsymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeyedHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeyNumber))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeySizes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MaskGenerationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MD5))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MD5CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PasswordDeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PKCS1MaskGenerationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RandomNumberGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RC2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RC2CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rfc2898DeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rijndael))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RijndaelManaged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RNGCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSACryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAEncryptionPadding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAEncryptionPaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAOAEPKeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSASignaturePadding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSASignaturePaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SignatureDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ToBase64Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.TripleDES))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.TripleDESCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.HostProtectionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.HostSecurityManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.HostSecurityManagerOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.IEvidenceFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.IPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.ISecurityEncodable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.ISecurityPolicyEncodable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.IStackWalk))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.NamedPermissionSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.PartialTrustVisibilityLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.CodeAccessSecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.EnvironmentPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.EnvironmentPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.EnvironmentPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileDialogPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileDialogPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileDialogPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileIOPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileIOPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.FileIOPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.GacIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.GacIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.HostProtectionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.HostProtectionResource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IsolatedStorageContainment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IsolatedStorageFilePermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IsolatedStorageFilePermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IsolatedStoragePermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IsolatedStoragePermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.IUnrestrictedPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermissionAccessEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermissionAccessEntryCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.KeyContainerPermissionFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PermissionSetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PermissionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PrincipalPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PrincipalPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PublisherIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.PublisherIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ReflectionPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ReflectionPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ReflectionPermissionFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.RegistryPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.RegistryPermissionAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.RegistryPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityPermissionFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SiteIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SiteIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StrongNameIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StrongNameIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.StrongNamePublicKeyBlob))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UIPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UIPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UIPermissionClipboard))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UIPermissionWindow))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UrlIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.UrlIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ZoneIdentityPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.ZoneIdentityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.PermissionSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.AllMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationDirectory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationDirectoryMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationTrust))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationTrustCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationTrustEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ApplicationVersionMatch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.CodeConnectAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.CodeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Evidence))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.EvidenceBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.FileCodeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.FirstMatchCodeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.GacInstalled))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.GacMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Hash))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.HashMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.IIdentityPermissionFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.IMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.NetCodeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PermissionRequestEvidence))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PolicyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PolicyLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PolicyStatement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PolicyStatementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Publisher))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.PublisherMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Site))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.SiteMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.StrongName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.StrongNameMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.TrustManagerContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.TrustManagerUIContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.UnionCodeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Url))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.UrlMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Zone))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.ZoneMembershipCondition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.PolicyLevelType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.GenericIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.GenericPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IdentityNotMappedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IdentityReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IdentityReferenceCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.NTAccount))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.PrincipalPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.SecurityIdentifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.TokenAccessLevels))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.TokenImpersonationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WellKnownSidType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WindowsAccountType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WindowsBuiltInRole))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WindowsIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WindowsPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecureString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityContextSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityCriticalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityCriticalScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityRulesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityRuleSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecuritySafeCriticalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityTransparentAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityTreatAsSafeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityZone))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SuppressUnmanagedCodeSecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.UnverifiableCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.VerificationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.XmlSyntaxException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SerializableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Single))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StackOverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.STAThreadAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.String))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringComparison))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringSplitOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SystemException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.ASCIIEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Decoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderExceptionFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderExceptionFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallbackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderReplacementFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderReplacementFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Encoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderReplacementFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderReplacementFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncodingInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncodingProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.NormalizationForm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.StringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UnicodeEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF32Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF7Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF8Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ApartmentState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncFlowControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocal<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocalValueChangedArgs<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AutoResetEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationToken))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationTokenRegistration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationTokenSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CompressedStack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ContextCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CountdownEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.EventResetMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.EventWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ExecutionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.HostExecutionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.HostExecutionContextManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Interlocked))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.IOCompletionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyThreadSafetyMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockCookie))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ManualResetEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ManualResetEventSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Monitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Mutex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.NativeOverlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Overlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ParameterizedThreadStart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.PreAllocatedOverlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.RegisteredWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SendOrPostCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SpinLock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SpinWait))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ConcurrentExclusiveSchedulerPair))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Parallel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Task))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Task<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCanceledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCompletionSource<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskContinuationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCreationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskFactory<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskScheduler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Thread))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadInterruptedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadLocal<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPool))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPoolBoundHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPriority))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStartException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Timeout))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Timer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.TimerCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Volatile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandleCannotBeOpenedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandleExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitOrTimerCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ThreadStaticAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeSpan))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZone))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TupleExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Type))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypedReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeInitializationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeUnloadedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UIntPtr))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnauthorizedAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnhandledExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnhandledExceptionEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Version))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.WeakReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.WeakReference<>))] +#pragma warning restore SA1121 diff --git a/src/libraries/shims/mscorlib/ref/mscorlib.csproj b/src/libraries/shims/mscorlib/ref/mscorlib.csproj new file mode 100644 index 00000000000000..9369286d0e6700 --- /dev/null +++ b/src/libraries/shims/mscorlib/ref/mscorlib.csproj @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/libraries/shims/src/mscorlib.forwards.cs b/src/libraries/shims/mscorlib/src/mscorlib.cs similarity index 99% rename from src/libraries/shims/src/mscorlib.forwards.cs rename to src/libraries/shims/mscorlib/src/mscorlib.cs index 76b4543852a3df..857e2a83bfc48e 100644 --- a/src/libraries/shims/src/mscorlib.forwards.cs +++ b/src/libraries/shims/mscorlib/src/mscorlib.cs @@ -1,8 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// Add any internal types that we need to forward from mscorlib. - // These types are required for Desktop to Core serialization as they are not covered by GenFacades because they are marked as internal. [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.GenericComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.NullableComparer<>))] diff --git a/src/libraries/shims/mscorlib/src/mscorlib.csproj b/src/libraries/shims/mscorlib/src/mscorlib.csproj new file mode 100644 index 00000000000000..deba26a6dfe7e2 --- /dev/null +++ b/src/libraries/shims/mscorlib/src/mscorlib.csproj @@ -0,0 +1,38 @@ + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/libraries/shims/netstandard/src/netstandard.cs b/src/libraries/shims/netstandard/src/netstandard.cs new file mode 100644 index 00000000000000..a7e0ddf6e5699e --- /dev/null +++ b/src/libraries/shims/netstandard/src/netstandard.cs @@ -0,0 +1,2537 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +#pragma warning disable SA1121 +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeFileHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafePipeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeProcessHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeX509ChainHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AccessViolationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Activator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AggregateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppDomain))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AppDomainUnloadedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ApplicationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ApplicationId))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentNullException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArgumentOutOfRangeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArithmeticException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Array))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArraySegment<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ArrayTypeMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AssemblyLoadEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AssemblyLoadEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AsyncCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Attribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AttributeTargets))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.AttributeUsageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.BadImageFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Base64FormattingOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.BitConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Boolean))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.ArrayBufferWriter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.ArrayPool<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.Binary.BinaryPrimitives))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.BuffersExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.IBufferWriter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.IMemoryOwner<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.IPinnable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.MemoryHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.MemoryManager<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.MemoryPool<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.OperationStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.ReadOnlySequence<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.ReadOnlySequenceSegment<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.ReadOnlySpanAction<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.SequenceReader<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.SequenceReaderExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.SpanAction<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.StandardFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.Text.Base64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.Text.Utf8Formatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Buffers.Text.Utf8Parser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Byte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CannotUnloadAppDomainException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Char))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CharEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CLSCompliantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.IndentedTextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.BitArray))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CaseInsensitiveComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CaseInsensitiveHashCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.CollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Comparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.BlockingCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentBag<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentQueue<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.ConcurrentStack<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.EnumerablePartitionerOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.IProducerConsumerCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.OrderablePartitioner<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.CollectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Comparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Dictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.EqualityComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.HashSet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IAsyncEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IAsyncEnumerator<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ICollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEnumerator<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IEqualityComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IReadOnlyList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ISet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.KeyNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.KeyValuePair))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.KeyValuePair<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.LinkedList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.LinkedListNode<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.List<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Queue<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedList<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.SortedSet<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Stack<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Hashtable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ICollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IDictionaryEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEnumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IEqualityComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IHashCodeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IStructuralComparable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.IStructuralEquatable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.Collection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.KeyedCollection<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyDictionary<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Queue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ReadOnlyCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.SortedList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.BitVector32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.CollectionsUtil))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.HybridDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.INotifyCollectionChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.IOrderedDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.ListDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NameObjectCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NameValueCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.OrderedDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.StringEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Stack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.StructuralComparisons))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Comparison<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AddingNewEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AddingNewEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AmbientValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ArrayConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AttributeCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AttributeProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BackgroundWorker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BaseNumberConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindableSupport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingList<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BooleanConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ByteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CancelEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CancelEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CategoryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CharConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CollectionConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComplexBindingPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Component))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentEditor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ComponentResourceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Container))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ContainerFilterService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CultureInfoConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.CustomTypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataErrorsChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DateTimeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DateTimeOffsetConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DecimalConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultBindingPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DefaultValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ActiveDesignerEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ActiveDesignerEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CheckoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.CommandID))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentRenameEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ComponentRenameEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerOptionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransactionCloseEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerTransactionCloseEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerVerb))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerVerbCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesigntimeLicenseContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesigntimeLicenseContextSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpContextType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpKeywordAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.HelpKeywordType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentChangeService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentDiscoveryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IComponentInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerEventService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerHostTransactionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerOptionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDictionaryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IEventBindingService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IExtenderListService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IExtenderProviderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IHelpService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IInheritanceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IMenuCommandService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IReferenceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IResourceService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IRootDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ISelectionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IServiceContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITreeDesigner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeDescriptorFilterService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeDiscoveryService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ITypeResolutionService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.MenuCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.SelectionTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ComponentSerializationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ContextStack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DesignerLoader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.DesignerSerializerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderHost2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerLoaderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.IDesignerSerializationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.INameCreationService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.InstanceDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.MemberRelationship))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.MemberRelationshipService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ResolveNameEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ResolveNameEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.SerializationStore))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ServiceContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ServiceCreatorCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.StandardCommands))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.StandardToolWindows))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.TypeDescriptionProviderService))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.ViewTechnology))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerCategoryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerSerializationVisibility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerSerializationVisibilityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignTimeVisibleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DisplayNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoubleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoWorkEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DoWorkEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorBrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EditorBrowsableState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EnumConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventDescriptorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.EventHandlerList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ExpandableObjectConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ExtenderProvidedPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.GuidConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.HandledEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.HandledEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IBindingList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IBindingListView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICancelAddNew))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IChangeTracking))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IComNativeDescriptorHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ICustomTypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IDataErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IEditableObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IExtenderProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IIntellisenseBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IListSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ImmutableObjectAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedSite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InheritanceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InheritanceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InitializationEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyDataErrorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyPropertyChanged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INotifyPropertyChanging))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InstallerTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InstanceCreationEditor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int16Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int32Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Int64Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InvalidAsynchronousStateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.InvalidEnumArgumentException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IRaiseItemChangedEvents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.IRevertibleChangeTracking))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISupportInitialize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISupportInitializeNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ISynchronizeInvoke))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypeDescriptorContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypedList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.License))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseUsageMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicFileLicenseProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListBindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListChangedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDescriptionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ListSortDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LocalizableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LookupBindingPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MarshalByValueComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MaskedTextProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MaskedTextResultHint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MemberDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MergablePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.MultilineStringConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NestedContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NotifyParentPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NullableConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PasswordPropertyTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyChangingEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyDescriptorCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ProvidePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ReadOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RecommendedAsConfigurableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ReferenceConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RefreshPropertiesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunInstallerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunWorkerCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.RunWorkerCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SByteConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SettingsBindableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SingleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.StringConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.SyntaxCheck))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TimeSpanConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemFilterAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemFilterType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeConverterAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptionProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptionProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeDescriptor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.TypeListConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt16Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt32Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.UInt64Converter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.WarningException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Win32Exception))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Assemblies.AssemblyHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Assemblies.AssemblyVersionCompatibility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Console))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleCancelEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleCancelEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleColor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKeyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleModifiers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleSpecialKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextBoundObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextMarshalException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ContextStaticAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Convert))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Converter<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.AcceptRejectRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.CommandBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.CommandType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.CatalogLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataColumnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataColumnMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataTableMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DataTableMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbCommandBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbConnectionStringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataReaderExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbDataSourceEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbMetaDataCollectionNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbMetaDataColumnNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderFactories))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbProviderSpecificTypePropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.GroupByBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.IDbColumnSchemaGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.IdentifierCase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.RowUpdatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.RowUpdatingEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SchemaTableColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SchemaTableOptionalColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.SupportedJoinOperators))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConflictOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConnectionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Constraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConstraintCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ConstraintException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataColumnCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataReaderExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRelation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRelationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRow))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowComparer<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSetDateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataSysDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableClearEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableClearEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableNewRowEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableNewRowEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewRowState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewSetting))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataViewSettingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DBConcurrencyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DbType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DeletedRowInaccessibleException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DuplicateNameException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.EnumerableRowCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.EnumerableRowCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.EnumerableRowCollectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.EvaluateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.FillErrorEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.FillErrorEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ForeignKeyConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IColumnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IColumnMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataParameterCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataRecord))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbConnection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbDataAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbDataParameter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDbTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InRowChangingEventException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InternalDataCollectionBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InvalidConstraintException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.InvalidExpressionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IsolationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ITableMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ITableMappingCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.KeyRestrictionBehavior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.LoadOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MappingType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MergeFailedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MergeFailedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingMappingAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingPrimaryKeyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.MissingSchemaAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.NoNullAllowedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OrderedEnumerableRowCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ParameterDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.PropertyCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ReadOnlyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.RowNotInTableException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Rule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SchemaSerializationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SchemaType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SerializationFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlDbType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.INullable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlAlreadyFilledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBinary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBoolean))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlChars))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlCompareOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDecimal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlDouble))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlGuid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlInt64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlMoney))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlNotFilledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlNullValueException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlSingle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTruncateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlTypeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.SqlXml))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.StorageState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StateChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StateChangeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StatementType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.StrongTypingException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SyntaxErrorException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.TypedTableBase<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.TypedTableBaseExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UniqueConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UpdateRowSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.UpdateStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.VersionNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.XmlReadMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.XmlWriteMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTimeKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DateTimeOffset))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DayOfWeek))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DBNull))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Decimal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Delegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.BooleanSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.AllowNullAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.DisallowNullAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.MaybeNullAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.NotNullAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.NotNullWhenAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ConditionalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.Contract))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractAbbreviatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractArgumentValidatorAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractClassForAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractFailedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractFailureKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractInvariantMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractOptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.ContractVerificationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Contracts.PureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CorrelationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DataReceivedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DataReceivedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Debug))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Debugger))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerBrowsableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerBrowsableState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerDisplayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerHiddenAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerNonUserCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerStepperBoundaryAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerStepThroughAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerTypeProxyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DebuggerVisualizerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DefaultTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.DelimitedListTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventTypeFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.FileVersionInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.MonitoringDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Process))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessModule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessModuleCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessPriorityClass))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessStartInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThread))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessThreadCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessWindowStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceLevels))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SourceSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackFrame))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackFrameExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.StackTrace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Stopwatch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Switch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SwitchLevelAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolBinder1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolDocumentWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolNamespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolVariable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymAddressKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymbolToken))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymLanguageType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.SymLanguageVendor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TextWriterTraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadPriorityLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ThreadWaitReason))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Trace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceEventCache))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceEventType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceListenerCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.TraceSwitch))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.DiagnosticCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventActivityOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventChannel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCommandEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventDataAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventFieldTags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventKeywords))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventManifestOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventOpcode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceCreatedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventSourceSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventTags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.EventWrittenEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.IncrementingEventCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.IncrementingPollingCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.NonEventAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Tracing.PollingCounter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DivideByZeroException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DllNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Double))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Color))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.ColorConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.KnownColor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Point))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.PointConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.PointF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Rectangle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.RectangleConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.RectangleF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Size))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SizeFConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DuplicateWaitObjectException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.BinaryOperationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.BindingRestrictions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.CallInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.ConvertBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.CreateInstanceBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DeleteIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DeleteMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicMetaObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicMetaObjectBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.DynamicObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.ExpandoObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.GetIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.GetMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.IDynamicMetaObjectProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.IInvokeOnGetBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.InvokeBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.InvokeMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.SetIndexBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.SetMemberBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.UnaryOperationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Enum))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Environment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EnvironmentVariableTarget))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EventHandler<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Exception))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ExecutionEngineException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FieldAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FileStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FlagsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FormattableString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.FtpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GCCollectionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GCNotificationStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GenericUriParserOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.Calendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarWeekRule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CharUnicodeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.ChineseLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CompareInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CompareOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CultureTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DateTimeFormatInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DateTimeStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DaylightTime))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DigitShapes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.EastAsianLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GlobalizationExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GregorianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.GregorianCalendarTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.HebrewCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.HijriCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.IdnMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.ISOWeek))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JapaneseCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JapaneseLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.JulianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.KoreanCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.KoreanLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.NumberFormatInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.NumberStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.PersianCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.RegionInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.SortKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.SortVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.StringInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TaiwanCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TaiwanLunisolarCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TextElementEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TextInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.ThaiBuddhistCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.TimeSpanStyles))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.UmAlQuraCalendar))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.UnicodeCategory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GopherStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Guid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.HashCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.HttpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IAsyncDisposable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IAsyncResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ICloneable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IComparable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IComparable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IConvertible))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ICustomFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IDisposable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IEquatable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IFormatProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IFormattable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Index))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IndexOutOfRangeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientMemoryException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Int64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IntPtr))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidCastException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidOperationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidProgramException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidTimeZoneException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BinaryReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BinaryWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.BufferedStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.BrotliDecoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.BrotliEncoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.BrotliStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.CompressionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.CompressionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.DeflateStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.GZipStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipArchive))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipArchiveEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipArchiveMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.ZipFileExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Directory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DirectoryInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DirectoryNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.EndOfStreamException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerator<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.EnumerationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.ErrorEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.ErrorEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.File))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileShare))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileSystemWatcher))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.HandleInheritability))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InternalBufferOverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.InvalidDataException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IOException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.INormalizeForIsolatedStorage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageFileStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IsolatedStorage.IsolatedStorageScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchCasing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MatchType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedFileRights))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedViewAccessor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryMappedFiles.MemoryMappedViewStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.MemoryStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.NotifyFilters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Path))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.PathTooLongException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.AnonymousPipeClientStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.AnonymousPipeServerStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.NamedPipeClientStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.NamedPipeServerStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeDirection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeStreamImpersonationWorker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Pipes.PipeTransmissionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.RenamedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.SearchOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.SeekOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Stream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StreamReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StreamWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StringReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.StringWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.TextReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.TextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.UnmanagedMemoryAccessor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.UnmanagedMemoryStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.WaitForChangedResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.WatcherChangeTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IObservable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IObserver<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IProgress<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Lazy<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Lazy<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LdapStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Enumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableExecutor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableExecutor<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableQuery))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.EnumerableQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.BinaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.BlockExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.CatchBlock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ConditionalExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ConstantExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DebugInfoExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DefaultExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DynamicExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.DynamicExpressionVisitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ElementInit))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.Expression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.Expression<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ExpressionType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ExpressionVisitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.GotoExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.GotoExpressionKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IArgumentProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IDynamicExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.IndexExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.InvocationExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LabelExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LabelTarget))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LambdaExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ListInitExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.LoopExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberAssignment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberBindingType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberInitExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberListBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MemberMemberBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.MethodCallExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.NewArrayExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.NewExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.ParameterExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.RuntimeVariablesExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SwitchCase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SwitchExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.SymbolDocumentInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.TryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.TypeBinaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Expressions.UnaryExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IGrouping<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ILookup<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedQueryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IOrderedQueryable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.IQueryProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Lookup<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.OrderedParallelQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelEnumerable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelExecutionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelMergeOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelQuery))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.ParallelQuery<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Linq.Queryable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LoaderOptimization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LoaderOptimizationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.LocalDataStoreSlot))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MarshalByRefObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Math))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MathF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MemberAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Memory<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MemoryExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MethodAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MidpointRounding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingFieldException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMemberException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMethodException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ModuleHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MTAThreadAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MulticastDelegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MulticastNotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationSchemes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.AuthenticationSchemeSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Authorization))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.BindIPEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpCacheAgeControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCacheLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCachePolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.RequestCacheLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.RequestCachePolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cookie))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CredentialCache))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DecompressionMethods))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Dns))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DnsEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadDataCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadDataCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.DownloadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.EndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FileWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FileWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.GlobalProxySelection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.ByteArrayContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.ClientCertificateOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.DelegatingHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.FormUrlEncodedContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.AuthenticationHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.CacheControlHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ContentDispositionHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ContentRangeHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.EntityTagHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpContentHeaders))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpHeaders))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpHeaderValueCollection<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpRequestHeaders))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.HttpResponseHeaders))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.MediaTypeHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.NameValueHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.NameValueWithParametersHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ProductHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ProductInfoHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.RangeConditionHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.RangeHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.RangeItemHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.RetryConditionHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.StringWithQualityHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.TransferCodingHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.TransferCodingWithQualityHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ViaHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.WarningHeaderValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpClientHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpCompletionOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpMessageHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpMessageInvoker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpRequestException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpRequestMessage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.HttpResponseMessage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.MessageProcessingHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.MultipartContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.MultipartFormDataContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.ReadOnlyMemoryContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.StreamContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.StringContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpContinueDelegate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerBasicIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerPrefixCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpListenerTimeoutManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpRequestHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpResponseHeader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpVersion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpWebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IAuthenticationModule))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentialPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentials))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ICredentialsByHost))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IPHostEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebProxyScript))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AlternateView))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AlternateViewCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.Attachment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AttachmentBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.AttachmentCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.DeliveryNotificationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.LinkedResource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.LinkedResourceCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailAddressCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailMessage))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.MailPriority))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SendCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpFailedRecipientsException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpStatusCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentDisposition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.DispositionTypeNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.MediaTypeNames))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.TransferEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkCredential))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.DuplicateAddressDetectionState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV4Statistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IcmpV6Statistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPGlobalStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPInterfaceStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv4InterfaceStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPv6InterfaceProperties))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.MulticastIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.MulticastIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetBiosNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAddressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkAvailabilityEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInformationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterface))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterfaceComponent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.OperationalStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PhysicalAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.Ping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PingReply))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PrefixOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.ScopeLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.SuffixOrigin))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpConnectionInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.TcpStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UdpStatistics))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UnicastIPAddressInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UnicastIPAddressInformationCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenReadCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.OpenWriteCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ProtocolViolationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.AuthenticatedStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.AuthenticationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.EncryptionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.LocalCertificateSelectionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.NegotiateStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.ProtectionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.RemoteCertificateValidationCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.ServerCertificateSelectionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslApplicationProtocol))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslClientAuthenticationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslPolicyErrors))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslServerAuthenticationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Security.SslStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SecurityProtocolType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ServicePoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.ServicePointManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.SocketAddress))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.AddressFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IOControlCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPPacketInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPProtectionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.IPv6MulticastOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.LingerOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.MulticastOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.NetworkStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.ProtocolFamily))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.ProtocolType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SelectMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SendPacketsElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.Socket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketAsyncOperation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketInformationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketOptionLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketOptionName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketReceiveFromResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketReceiveMessageFromResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketShutdown))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketTaskExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.SocketType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TcpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TcpListener))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.TransmitFileOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.UdpClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.UdpReceiveResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.UnixDomainSocketEndPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.TransportContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadDataCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadDataCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadFileCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadFileCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadProgressChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadStringCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadValuesCompletedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.UploadValuesCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebExceptionStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebHeaderCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebRequestMethods))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebResponse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocketOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.HttpListenerWebSocketContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ValueWebSocketReceiveResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocket))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketCloseStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketError))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketMessageType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketReceiveResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.WebSocketState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebUtility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NetPipeStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NetTcpStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NewsStyleUriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NonSerializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotFiniteNumberException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotImplementedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Nullable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Nullable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NullReferenceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.BigInteger))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Complex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Matrix3x2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Matrix4x4))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Plane))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Quaternion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector3))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.Vector4))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Object))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObjectDisposedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ObsoleteAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OperatingSystem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OperationCanceledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OutOfMemoryException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ParamArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.PlatformID))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.PlatformNotSupportedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Predicate<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Progress<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Random))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Range))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RankException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ReadOnlyMemory<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ReadOnlySpan<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AmbiguousMatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Assembly))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyAlgorithmIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCompanyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyConfigurationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCopyrightAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyCultureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDefaultAliasAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDelaySignAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyFileVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyFlagsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyInformationalVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyKeyFileAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyKeyNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyMetadataAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyNameFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyNameProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyProductAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblySignatureKeyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyTitleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyTrademarkAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.AssemblyVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Binder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.BindingFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CallingConventions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ConstructorInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeNamedArgument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.CustomAttributeTypedArgument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.DefaultMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.DispatchProxy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.AssemblyBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.AssemblyBuilderAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ConstructorBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.CustomAttributeBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicILInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.DynamicMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.EnumBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.EventBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.FieldBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.FlowControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.GenericTypeParameterBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ILGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.Label))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.LocalBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.MethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ModuleBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCodes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OpCodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.OperandType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.PackingSize))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.ParameterBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.PropertyBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.SignatureHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.StackBehaviour))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Emit.TypeBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.EventAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.EventInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ExceptionHandlingClause))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ExceptionHandlingClauseOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.FieldAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.FieldInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.GenericParameterAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ICustomAttributeProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ImageFileMachine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IntrospectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InvalidFilterCriteriaException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IReflect))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.IReflectableType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.LocalVariableInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ManifestResourceInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MemberTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodBody))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodImplAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Missing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Module))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ModuleResolveEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ObfuscateAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ObfuscationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ParameterModifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.Pointer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PortableExecutableKinds))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ProcessorArchitecture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PropertyAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.PropertyInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ResourceAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ResourceLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.RuntimeReflectionExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.StrongNameKeyPair))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetInvocationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TargetParameterCountException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeDelegator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeFilter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.TypeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ResolveEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ResolveEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.IResourceReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.IResourceWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.MissingManifestResourceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.MissingSatelliteAssemblyException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.NeutralResourcesLanguageAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.ResourceWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.SatelliteContractVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Resources.UltimateResourceFallbackLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.AmbiguousImplementationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.AssemblyTargetedPatchBandAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AccessedThroughPropertyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncMethodBuilderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncStateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncTaskMethodBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.AsyncVoidMethodBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvFastcall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvStdcall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvThiscall))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerFilePathAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerLineNumberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallerMemberNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSite))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSite<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSiteBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallSiteHelpers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilationRelaxations))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilationRelaxationsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerGeneratedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerGlobalScopeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CompilerMarshalOverride))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConditionalWeakTable<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredAsyncDisposable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredTaskAwaitable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ContractHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CustomConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DateTimeConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DebugInfoGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DecimalConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DefaultDependencyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DependencyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DisablePrivateReflectionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DiscardableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.DynamicAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.EnumeratorCancellationAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ExtensionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FixedAddressValueTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FixedBufferAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.FormattableStringFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.HasCopySemanticsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IAsyncStateMachine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ICriticalNotifyCompletion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IndexerNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.INotifyCompletion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.InternalsVisibleToAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IRuntimeVariables))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsBoxed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsByRefLikeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsByValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsConst))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsCopyConstructed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsExplicitlyDereferenced))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsImplicitlyDereferenced))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsJitIntrinsic))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsLong))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsPinned))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsReadOnlyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsSignUnspecifiedByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IStrongBox))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsUdtReturn))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IsVolatile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IteratorStateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ITuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.IUnknownConstantAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.LoadHint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodCodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodImplAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.MethodImplOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.NativeCppClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ReferenceAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RequiredAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuleCache<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeCompatibilityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeFeature))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeHelpers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeWrappedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ScopelessEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SpecialNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StateMachineAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StringFreezingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.StrongBox<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SuppressIldasmAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.SwitchExpressionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TaskAwaiter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TaskAwaiter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TupleElementNamesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TypeForwardedFromAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.TypeForwardedToAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.UnsafeValueTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ValueTaskAwaiter<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.YieldAwaitable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.Cer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.Consistency))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.CriticalFinalizerObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ConstrainedExecution.ReliabilityContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.ExceptionDispatchInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCLargeObjectHeapCompactionMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCLatencyMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.AllowReversePInvokeCallsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Architecture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ArrayWithOffset))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.AutomationProxyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.BestFitMappingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.BStrWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CallingConvention))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CharSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ClassInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CoClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComAliasNameAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComAwareEventInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComCompatibleVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComConversionLossAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComDefaultInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComEventInterfaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComEventsHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.COMException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComImportAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComInterfaceType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComMemberType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComRegisterFunctionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComSourceInterfacesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ADVF))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.BIND_OPTS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.BINDPTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.CALLCONV))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.CONNECTDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DATADIR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DESCKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DISPPARAMS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.DVASPECT))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ELEMDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.EXCEPINFO))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FILETIME))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FORMATETC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.FUNCKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IAdviseSink))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IBindCtx))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDLDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IDLFLAG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumConnections))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumMoniker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IEnumVARIANT))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IMoniker))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.INVOKEKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IPersistFile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IRunningObjectTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.IStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeComp))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeInfo2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.ITypeLib2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.LIBFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.PARAMDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.PARAMFLAG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STATDATA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STATSTG))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.STGMEDIUM))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.SYSKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYMED))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEATTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPEKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.TYPELIBATTR))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARDESC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARFLAGS))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComTypes.VARKIND))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComUnregisterFunctionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ComVisibleAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CriticalHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CurrencyWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CustomQueryInterfaceMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.CustomQueryInterfaceResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultCharSetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DefaultParameterValueAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispatchWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DispIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DllImportAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.DllImportSearchPath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ErrorWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ExternalException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.FieldOffsetAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GCHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GCHandleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.GuidAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.HandleCollector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.HandleRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomAdapter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomMarshaler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ICustomQueryInterface))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ImportedFromTypeLibAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InterfaceTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InvalidComObjectException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.InvalidOleVariantTypeException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.LayoutKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.LCIDConversionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.Marshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalAsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalDirectiveException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MemoryMarshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OptionalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OSPlatform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.OutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.PreserveSigAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.ProgIdAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.RuntimeEnvironment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.RuntimeInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeArrayRankMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeArrayTypeMismatchException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SafeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SEHException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.SequenceMarshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.StructLayoutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeIdentifierAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibFuncAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibFuncFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibImportClassAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibTypeFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVarFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.TypeLibVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnknownWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.UnmanagedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.VarEnum))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.VariantWrapper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.MemoryFailPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.CollectionDataContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ContractNamespaceAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializerExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataContractSerializerSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DataMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.DateTimeFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.EmitTypeInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.EnumMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ExportOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ExtensionDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.FormatterConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.Binary.BinaryFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.FormatterTypeStyle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.IFieldInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Formatters.TypeFilterLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.FormatterServices))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IDeserializationCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IExtensibleDataObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IFormatterConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IgnoreDataMemberAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.InvalidDataContractException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.IObjectReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISafeSerializationData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializationSurrogate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISerializationSurrogateProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ISurrogateSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.DataContractJsonSerializerSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.IXmlJsonWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.Json.JsonReaderWriterFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.KnownTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ObjectIDGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ObjectManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnDeserializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnDeserializingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnSerializedAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OnSerializingAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.OptionalFieldAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SafeSerializationEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationBinder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationEntry))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationInfoEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SerializationObjectManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.SurrogateSelector))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XmlObjectSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XmlSerializableServices))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XPathQueryGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.XsdDataContractExporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.TargetedPatchingOptOutAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ComponentGuaranteesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ComponentGuaranteesOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.FrameworkName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceConsumptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceExposureAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.ResourceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.TargetFrameworkAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.VersioningHelper))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeArgumentHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeFieldHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeMethodHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeTypeHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SByte))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AllowPartiallyTrustedCallersAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.AuthenticationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.CipherAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExchangeAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ChannelBinding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ChannelBindingKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.PolicyEnforcement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ProtectionScenario))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ServiceNameCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.HashAlgorithmType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.InvalidCredentialException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.SslProtocols))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.Claim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimsIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimsPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Claims.ClaimValueTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Aes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesCcm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesGcm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesManaged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedDataCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsnEncodedDataEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricKeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricKeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricSignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AsymmetricSignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CipherMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoConfig))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicOperations))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicUnexpectedOperationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoStream))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptoStreamMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspKeyContainerInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspProviderFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DES))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DESCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSACryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSAParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECCurve))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellman))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDiffieHellmanPublicKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECDsa))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECPoint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64TransformMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HashAlgorithmName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMAC))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACMD5))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA256))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA384))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.HMACSHA512))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ICryptoTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ICspAsymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.IncrementalHash))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeyedHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeyNumber))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.KeySizes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MaskGenerationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MD5))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MD5CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Oid))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.OidGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PasswordDeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PbeEncryptionAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PbeParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.PKCS1MaskGenerationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RandomNumberGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RC2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RC2CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rfc2898DeriveBytes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rijndael))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RijndaelManaged))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RNGCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSA))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSACryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAEncryptionPadding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAEncryptionPaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAOAEPKeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAParameters))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureDeformatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureFormatter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSASignaturePadding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSASignaturePaddingMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA1Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512CryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA512Managed))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SignatureDescription))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SymmetricAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ToBase64Transform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.TripleDES))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.TripleDESCryptoServiceProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.CertificateRequest))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.DSACertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.ECDsaCertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.OpenFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.PublicKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.RSACertificateExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.StoreLocation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.StoreName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.SubjectAlternativeNameBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X500DistinguishedName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2Collection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509CertificateCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Chain))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Extension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509FindType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509IncludeOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyUsageExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509NameType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509RevocationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SignatureGenerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509Store))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509VerificationFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.IPermission))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.ISecurityEncodable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.PartialTrustVisibilityLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.CodeAccessSecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityPermissionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Permissions.SecurityPermissionFlag))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.GenericIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.GenericPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IIdentity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IPrincipal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.PrincipalPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.TokenImpersonationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecureString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecureStringMarshal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityCriticalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityCriticalScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityRulesAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityRuleSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecuritySafeCriticalAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityTransparentAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityTreatAsSafeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SuppressUnmanagedCodeSecurityAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.UnverifiableCodeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.VerificationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SequencePosition))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SerializableAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Single))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Span<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StackOverflowException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.STAThreadAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.String))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringComparison))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringNormalizationExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StringSplitOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.SystemException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.ASCIIEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Decoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderExceptionFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderExceptionFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderFallbackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderReplacementFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.DecoderReplacementFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Encoder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderReplacementFallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderReplacementFallbackBuffer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncodingInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncodingProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.NormalizationForm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Capture))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.CaptureCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Group))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.GroupCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Match))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.MatchCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.MatchEvaluator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.Regex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexMatchTimeoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexRunner))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexRunnerFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.StringBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UnicodeEncoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF32Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF7Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.UTF8Encoding))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AbandonedMutexException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ApartmentState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncFlowControl))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocal<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocalValueChangedArgs<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AutoResetEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Barrier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.BarrierPostPhaseException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationToken))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationTokenRegistration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CancellationTokenSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CompressedStack))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ContextCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.CountdownEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.EventResetMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.EventWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ExecutionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.HostExecutionContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.HostExecutionContextManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Interlocked))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.IOCompletionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyThreadSafetyMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockCookie))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LockRecursionPolicy))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ManualResetEvent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ManualResetEventSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Monitor))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Mutex))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.NativeOverlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Overlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ParameterizedThreadStart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.PreAllocatedOverlapped))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLockSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.RegisteredWaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Semaphore))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreFullException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SemaphoreSlim))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SendOrPostCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SpinLock))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SpinWait))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.SynchronizationLockException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ConcurrentExclusiveSchedulerPair))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Parallel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopResult))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.IValueTaskSource))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.IValueTaskSource<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ValueTaskSourceStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Task))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Task<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskAsyncEnumerableExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCanceledException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCompletionSource<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskContinuationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskCreationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskFactory<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskScheduler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskSchedulerException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.TaskStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ValueTask))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ValueTask<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Thread))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadExceptionEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadInterruptedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadLocal<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPool))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPoolBoundHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadPriority))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStart))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStartException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStateException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Timeout))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Timer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.TimerCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Volatile))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandleCannotBeOpenedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitHandleExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.WaitOrTimerCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ThreadStaticAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeoutException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.ElapsedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.ElapsedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.Timer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.TimersDescriptionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeSpan))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZone))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TimeZoneNotFoundException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.CommittableTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentCloneOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.DependentTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.Enlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnlistmentOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnterpriseServicesInteropOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.HostCurrentTransactionCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IDtcTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IEnlistmentNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IPromotableSinglePhaseNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ISimpleTransactionSuperior))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ISinglePhaseNotification))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.IsolationLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.ITransactionPromoter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.PreparingEnlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SinglePhaseEnlistment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SubordinateTransaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.Transaction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionAbortedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionCompletedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInDoubtException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInformation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionInterop))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionManagerCommunicationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionPromotionException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScopeAsyncFlowOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionScopeOption))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionStartedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.TransactionStatus))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Tuple<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TupleExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Type))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypedReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeInitializationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeLoadException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.TypeUnloadedException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt16))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt32))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UInt64))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UIntPtr))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnauthorizedAccessException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnhandledExceptionEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UnhandledExceptionEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Uri))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriBuilder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriComponents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriFormat))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriFormatException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriHostNameType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriKind))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriPartial))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriTypeConverter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,,>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Version))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.WeakReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.WeakReference<>))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Web.HttpUtility))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Input.ICommand))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ConformanceLevel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.DtdProcessing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.EntityHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Formatting))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IFragmentCapableXmlDictionaryWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IHasXmlNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IStreamProvider))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlBinaryReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlBinaryWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlLineInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlNamespaceResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlTextReaderInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.IXmlTextWriterInitializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.LoadOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.ReaderOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.SaveOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XCData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XComment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XContainer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNamespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNodeDocumentOrderComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XNodeEqualityComparer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObjectChange))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XObjectChangeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XProcessingInstruction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XStreamingElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XText))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NamespaceHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NameTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.NewLineHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.OnXmlDictionaryReaderClose))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ReadState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Resolvers.XmlKnownDtds))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Resolvers.XmlPreloadedResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.IXmlSchemaInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlAtomicValue))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchema))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAny))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAppInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaChoice))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCollectionEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaCompilationSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentModel))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentProcessing))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDatatype))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDatatypeVariety))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDerivationMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaDocumentation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaExternal))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaForm))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroup))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupBase))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupRef))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaIdentityConstraint))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaImport))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInferenceException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInfo))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKey))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaKeyref))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNumericFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObject))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaParticle))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaPatternFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaRedefine))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSequence))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeContent))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUnique))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUse))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidationException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidationFlags))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaValidity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaXPath))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSeverityType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlTypeCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlValueGetter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeGenerationOptions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifier))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifiers))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.ImportContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.IXmlSerializable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.IXmlTextParser))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SchemaImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributeOverrides))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapIncludeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapReflectionImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapSchemaMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.UnreferencedObjectEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.UnreferencedObjectEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlArrayItemAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributeOverrides))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlChoiceIdentifierAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlDeserializationEvents))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementAttributes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlElementEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlEnumAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIgnoreAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlIncludeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMappingAccess))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMemberMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlMembersMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNamespaceDeclarationsAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNodeEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlNodeEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlReflectionMember))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlRootAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaEnumerator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaExporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaImporter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemas))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationCollectionFixupCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationFixupCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationGeneratedCode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationReadCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationWriteCallback))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializationWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializer))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerAssemblyAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerFactory))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerImplementation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerNamespaces))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSerializerVersionAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTextAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlTypeMapping))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.UniqueId))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.ValidationType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WhitespaceHandling))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.WriteState))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttribute))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlBinaryReaderSession))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlBinaryWriterSession))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCharacterData))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlConvert))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDateTimeSerializationMode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDeclaration))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionary))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReaderQuotas))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryReaderQuotaTypes))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryString))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDictionaryWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocumentFragment))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocumentType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlElement))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntity))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlEntityReference))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlLinkedNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamespaceManager))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamespaceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNameTable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNode))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedAction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNotation))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlOutputMethod))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlParserContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlQualifiedName))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlReaderSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSecureResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSpace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlText))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTextReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTextWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlTokenizedType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlUrlResolver))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlValidatingReader))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWriter))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWriterSettings))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.Extensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.IXPathNavigable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XDocumentExtensions))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlCaseOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlDataType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XmlSortOrder))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathDocument))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathExpression))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathItem))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNamespaceScope))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNavigator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNodeIterator))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathNodeType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathResultType))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextFunction))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextVariable))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslCompiledTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltArgumentList))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltCompileException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltContext))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltException))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltMessageEncounteredEventArgs))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltMessageEncounteredEventHandler))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslTransform))] +[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltSettings))] +#pragma warning restore SA1121 diff --git a/src/libraries/shims/netstandard/src/netstandard.csproj b/src/libraries/shims/netstandard/src/netstandard.csproj new file mode 100644 index 00000000000000..d2782bdac8a23a --- /dev/null +++ b/src/libraries/shims/netstandard/src/netstandard.csproj @@ -0,0 +1,95 @@ + + + + 2.1.0.0 + Open + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/libraries/shims/ref/Directory.Build.props b/src/libraries/shims/ref/Directory.Build.props deleted file mode 100644 index bfad4de87ffae9..00000000000000 --- a/src/libraries/shims/ref/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - true - - diff --git a/src/libraries/shims/ref/System.Data.csproj b/src/libraries/shims/ref/System.Data.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/ref/System.Data.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/ref/System.Xml.csproj b/src/libraries/shims/ref/System.Xml.csproj deleted file mode 100644 index a47da677832d55..00000000000000 --- a/src/libraries/shims/ref/System.Xml.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - 4.0.0.0 - ECMA - - - - - - \ No newline at end of file diff --git a/src/libraries/shims/ref/mscorlib.csproj b/src/libraries/shims/ref/mscorlib.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/ref/mscorlib.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/Directory.Build.props b/src/libraries/shims/src/Directory.Build.props deleted file mode 100644 index 0b532b15f5913d..00000000000000 --- a/src/libraries/shims/src/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - $(MSBuildThisFileDirectory)..\ref\$(MSBuildProjectName).csproj - true - - diff --git a/src/libraries/shims/src/Microsoft.VisualBasic.csproj b/src/libraries/shims/src/Microsoft.VisualBasic.csproj deleted file mode 100644 index 46ce55f6fe75e4..00000000000000 --- a/src/libraries/shims/src/Microsoft.VisualBasic.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 10.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.ComponentModel.DataAnnotations.csproj b/src/libraries/shims/src/System.ComponentModel.DataAnnotations.csproj deleted file mode 100644 index ab1cdec3ed6e7b..00000000000000 --- a/src/libraries/shims/src/System.ComponentModel.DataAnnotations.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - MicrosoftShared - - diff --git a/src/libraries/shims/src/System.Configuration.csproj b/src/libraries/shims/src/System.Configuration.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Configuration.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.Core.csproj b/src/libraries/shims/src/System.Core.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Core.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Data.csproj b/src/libraries/shims/src/System.Data.csproj deleted file mode 100644 index d2d96b4f4967a0..00000000000000 --- a/src/libraries/shims/src/System.Data.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - 4.0.0.0 - ECMA - false - - - - - diff --git a/src/libraries/shims/src/System.Drawing.csproj b/src/libraries/shims/src/System.Drawing.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Drawing.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.IO.Compression.FileSystem.csproj b/src/libraries/shims/src/System.IO.Compression.FileSystem.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.IO.Compression.FileSystem.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Net.csproj b/src/libraries/shims/src/System.Net.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Net.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.Numerics.csproj b/src/libraries/shims/src/System.Numerics.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Numerics.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Runtime.Serialization.csproj b/src/libraries/shims/src/System.Runtime.Serialization.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Runtime.Serialization.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Security.csproj b/src/libraries/shims/src/System.Security.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Security.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.ServiceModel.Web.csproj b/src/libraries/shims/src/System.ServiceModel.Web.csproj deleted file mode 100644 index ab1cdec3ed6e7b..00000000000000 --- a/src/libraries/shims/src/System.ServiceModel.Web.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - MicrosoftShared - - diff --git a/src/libraries/shims/src/System.ServiceProcess.csproj b/src/libraries/shims/src/System.ServiceProcess.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.ServiceProcess.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.Transactions.csproj b/src/libraries/shims/src/System.Transactions.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Transactions.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Web.csproj b/src/libraries/shims/src/System.Web.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Web.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.Windows.csproj b/src/libraries/shims/src/System.Windows.csproj deleted file mode 100644 index b65b1ff9c7098b..00000000000000 --- a/src/libraries/shims/src/System.Windows.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - Microsoft - - diff --git a/src/libraries/shims/src/System.Xml.Linq.csproj b/src/libraries/shims/src/System.Xml.Linq.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Xml.Linq.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Xml.Serialization.csproj b/src/libraries/shims/src/System.Xml.Serialization.csproj deleted file mode 100644 index 6d4156e41f437b..00000000000000 --- a/src/libraries/shims/src/System.Xml.Serialization.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - ECMA - - diff --git a/src/libraries/shims/src/System.Xml.csproj b/src/libraries/shims/src/System.Xml.csproj deleted file mode 100644 index b1ba3bbbb230d2..00000000000000 --- a/src/libraries/shims/src/System.Xml.csproj +++ /dev/null @@ -1,8 +0,0 @@ - - - - 4.0.0.0 - ECMA - false - - \ No newline at end of file diff --git a/src/libraries/shims/src/WindowsBase.csproj b/src/libraries/shims/src/WindowsBase.csproj deleted file mode 100644 index ab1cdec3ed6e7b..00000000000000 --- a/src/libraries/shims/src/WindowsBase.csproj +++ /dev/null @@ -1,6 +0,0 @@ - - - 4.0.0.0 - MicrosoftShared - - diff --git a/src/libraries/shims/src/mscorlib.csproj b/src/libraries/shims/src/mscorlib.csproj deleted file mode 100644 index dd9d0fe6105c2b..00000000000000 --- a/src/libraries/shims/src/mscorlib.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - 4.0.0.0 - ECMA - false - - - - - - - - - - - diff --git a/src/libraries/shims/src/netstandard.csproj b/src/libraries/shims/src/netstandard.csproj deleted file mode 100644 index ee3f1d4f47b01b..00000000000000 --- a/src/libraries/shims/src/netstandard.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - 2.1.0.0 - Open - - - - - - - -