MVC4 プロジェクトに取り組んでいる Visual Studio 2013 の最終リリースを取得しました。.NET 4.5 がターゲット プラットフォームです。System
アセンブリを参照するBlockingCollection<T>
と、表示ConcurentBag<T>
されるのはSystem.Collections.Concurrent
名前空間だけです。ドキュメントによると、そこにあるはずのクラスがさらにたくさんあります。ConcurrentDictionary<TKey, TValue>
特にここを探しています。
アセンブリへのフル パス: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll
更新: 参照しようとするとmscorlib.dll
、エラーが発生しますA reference to 'mscorlib' could not be added. This component is already automatically referenced by the build system.