using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("System.Threading.Tasks")] [assembly: AssemblyDescription("System.Threading.Tasks")] [assembly: AssemblyDefaultAlias("System.Threading.Tasks")] [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(AggregateException))] [assembly: TypeForwardedTo(typeof(OperationCanceledException))] [assembly: TypeForwardedTo(typeof(AsyncTaskMethodBuilder))] [assembly: TypeForwardedTo(typeof(AsyncTaskMethodBuilder<>))] [assembly: TypeForwardedTo(typeof(AsyncVoidMethodBuilder))] [assembly: TypeForwardedTo(typeof(ConfiguredTaskAwaitable))] [assembly: TypeForwardedTo(typeof(ConfiguredTaskAwaitable<>))] [assembly: TypeForwardedTo(typeof(IAsyncStateMachine))] [assembly: TypeForwardedTo(typeof(ICriticalNotifyCompletion))] [assembly: TypeForwardedTo(typeof(INotifyCompletion))] [assembly: TypeForwardedTo(typeof(TaskAwaiter))] [assembly: TypeForwardedTo(typeof(TaskAwaiter<>))] [assembly: TypeForwardedTo(typeof(YieldAwaitable))] [assembly: TypeForwardedTo(typeof(CancellationToken))] [assembly: TypeForwardedTo(typeof(CancellationTokenRegistration))] [assembly: TypeForwardedTo(typeof(CancellationTokenSource))] [assembly: TypeForwardedTo(typeof(ConcurrentExclusiveSchedulerPair))] [assembly: TypeForwardedTo(typeof(Task))] [assembly: TypeForwardedTo(typeof(Task<>))] [assembly: TypeForwardedTo(typeof(TaskCanceledException))] [assembly: TypeForwardedTo(typeof(TaskCompletionSource<>))] [assembly: TypeForwardedTo(typeof(TaskContinuationOptions))] [assembly: TypeForwardedTo(typeof(TaskCreationOptions))] [assembly: TypeForwardedTo(typeof(TaskExtensions))] [assembly: TypeForwardedTo(typeof(TaskFactory))] [assembly: TypeForwardedTo(typeof(TaskFactory<>))] [assembly: TypeForwardedTo(typeof(TaskScheduler))] [assembly: TypeForwardedTo(typeof(TaskSchedulerException))] [assembly: TypeForwardedTo(typeof(TaskStatus))] [assembly: TypeForwardedTo(typeof(UnobservedTaskExceptionEventArgs))]