using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.Serialization; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("System.Runtime.Serialization.Primitives")] [assembly: AssemblyDescription("System.Runtime.Serialization.Primitives")] [assembly: AssemblyDefaultAlias("System.Runtime.Serialization.Primitives")] [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.1.3.0")] [assembly: TypeForwardedTo(typeof(CollectionDataContractAttribute))] [assembly: TypeForwardedTo(typeof(ContractNamespaceAttribute))] [assembly: TypeForwardedTo(typeof(DataContractAttribute))] [assembly: TypeForwardedTo(typeof(DataMemberAttribute))] [assembly: TypeForwardedTo(typeof(EnumMemberAttribute))] [assembly: TypeForwardedTo(typeof(IgnoreDataMemberAttribute))] [assembly: TypeForwardedTo(typeof(InvalidDataContractException))] [assembly: TypeForwardedTo(typeof(ISerializationSurrogateProvider))] [assembly: TypeForwardedTo(typeof(KnownTypeAttribute))] [assembly: TypeForwardedTo(typeof(OnDeserializedAttribute))] [assembly: TypeForwardedTo(typeof(OnDeserializingAttribute))] [assembly: TypeForwardedTo(typeof(OnSerializedAttribute))] [assembly: TypeForwardedTo(typeof(OnSerializingAttribute))] [assembly: TypeForwardedTo(typeof(SerializationException))] [assembly: TypeForwardedTo(typeof(StreamingContext))]