1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.11.0")]
6 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
7 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
8 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Collections.Concurrent")]
9 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Collections.Concurrent")]
10 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
11 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
12 [assembly:System.Reflection.AssemblyMetadataAttribute("", "")]
13 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
14 [assembly:System.Reflection.AssemblyTitleAttribute("System.Collections.Concurrent")]
15 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
16 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.BlockingCollection<>))]
17 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentBag<>))]
18 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentDictionary<,>))]
19 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentQueue<>))]
20 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.ConcurrentStack<>))]
21 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.EnumerablePartitionerOptions))]
22 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.IProducerConsumerCollection<>))]
23 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.OrderablePartitioner<>))]
24 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.Partitioner))]
25 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Concurrent.Partitioner<>))]
26