using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("System.Text.Encoding")] [assembly: AssemblyDescription("System.Text.Encoding")] [assembly: AssemblyDefaultAlias("System.Text.Encoding")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft® .NET Framework")] [assembly: AssemblyCopyright(".NET Foundation and Contributors")] [assembly: AssemblyFileVersion("4.6.26419.02")] [assembly: AssemblyInformationalVersion("4.6.26419.02 @BuiltBy: dlab-DDVSOWINAGE001 @Branch: HEAD @Commit: 18a36291e48808fa7ef2d00a764ceb1ec95645a5")] [assembly: CLSCompliant(true)] [assembly: AssemblyMetadata("", "")] [assembly: AssemblyVersion("4.0.11.0")] [assembly: TypeForwardedTo(typeof(Decoder))] [assembly: TypeForwardedTo(typeof(DecoderExceptionFallback))] [assembly: TypeForwardedTo(typeof(DecoderFallback))] [assembly: TypeForwardedTo(typeof(DecoderFallbackBuffer))] [assembly: TypeForwardedTo(typeof(DecoderFallbackException))] [assembly: TypeForwardedTo(typeof(DecoderReplacementFallback))] [assembly: TypeForwardedTo(typeof(Encoder))] [assembly: TypeForwardedTo(typeof(EncoderExceptionFallback))] [assembly: TypeForwardedTo(typeof(EncoderFallback))] [assembly: TypeForwardedTo(typeof(EncoderFallbackBuffer))] [assembly: TypeForwardedTo(typeof(EncoderFallbackException))] [assembly: TypeForwardedTo(typeof(EncoderReplacementFallback))] [assembly: TypeForwardedTo(typeof(Encoding))] [assembly: TypeForwardedTo(typeof(EncodingProvider))]